Skip to content

Commit

Permalink
Fetched main to spiros-dev | Fixed pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Dec 9, 2024
1 parent e9baf7f commit cc19bbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spare_scores/cli.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import argparse

import pkg_resources # type: ignore
from importlib.metadata import version

from .spare import spare_test, spare_train

from importlib.metadata import version
VERSION = version("spare_scores")


Expand Down

0 comments on commit cc19bbc

Please sign in to comment.