Skip to content

Commit

Permalink
Fixed possible bug with filename and package
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Jul 19, 2024
1 parent ff23df1 commit f3e090c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spare_scores/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .cli import main
from .spare_scores import load_model, spare_test, spare_train
from .spare import load_model, spare_test, spare_train
3 changes: 1 addition & 2 deletions spare_scores/cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import argparse

import pkg_resources # type: ignore

from spare_scores import spare_test, spare_train
from spare import spare_test, spare_train

VERSION = pkg_resources.require("spare_scores")[0].version

Expand Down
File renamed without changes.

0 comments on commit f3e090c

Please sign in to comment.