Skip to content

Commit

Permalink
remove base class from package level
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jun 18, 2024
1 parent f8593b5 commit cdf838e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nplinker/scoring/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .abc import ScoringBase
from .link_graph import LinkGraph
from .metcalf_scoring import MetcalfScoring
from .score import Score
Expand All @@ -9,6 +8,5 @@
"LinkGraph",
"MetcalfScoring",
"Score",
"ScoringBase",
"ScoringMethod",
]

0 comments on commit cdf838e

Please sign in to comment.