Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Nov 28, 2024
1 parent 9951dd8 commit 4db41c8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions genmod/score_variants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
from .score_variant import as_normalized_max_min, get_category_score

__all__ = [
'check_plugins',
'CompoundScorer',
'ConfigParser',
'RANK_SCORE_TYPE_NAMES', 'RANK_SCORE_TYPES',
'ScoreFunction',
'as_normalized_max_min', 'get_category_score',
]
"check_plugins",
"CompoundScorer",
"ConfigParser",
"RANK_SCORE_TYPE_NAMES",
"RANK_SCORE_TYPES",
"ScoreFunction",
"as_normalized_max_min",
"get_category_score",
]

0 comments on commit 4db41c8

Please sign in to comment.