Skip to content

Commit e487e0e

Browse files
committed
git: cleaning up my mess
1 parent 55658fc commit e487e0e

File tree

2 files changed

+1
-261
lines changed

2 files changed

+1
-261
lines changed

pyannote/audio/models/segmentation/SepDiarNet.py

Lines changed: 0 additions & 259 deletions
This file was deleted.

pyannote/audio/models/segmentation/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@
2222

2323
from .PyanNet import PyanNet
2424
from .SSeRiouSS import SSeRiouSS
25-
from .SepDiarNet import SepDiarNet
2625

27-
__all__ = ["PyanNet", "SSeRiouSS", "SepDiarNet"]
26+
__all__ = ["PyanNet", "SSeRiouSS"]

0 commit comments

Comments
 (0)