Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jun 30, 2024
1 parent eec6af9 commit 8037966
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/evalica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
)

STATUSES = [
evalica.Status.Won,
evalica.Status.Lost,
evalica.Status.Tied,
evalica.Status.Skipped
Status.Won,
Status.Lost,
Status.Tied,
Status.Skipped
]

__all__ = ["__version__", "Status", "matrices", "counting", "bradley_terry", "newman", "elo", "STATUSES"]

0 comments on commit 8037966

Please sign in to comment.