Skip to content

Commit

Permalink
Fix: Circular import in init with other scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Oct 10, 2023
1 parent 7648c63 commit a6b92b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/aac_metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
set_default_java_path,
set_default_tmp_path,
)
from . import download, eval, info


__all__ = [
Expand All @@ -61,9 +60,6 @@
"set_default_cache_path",
"set_default_java_path",
"set_default_tmp_path",
"download",
"eval",
"info",
"load_metric",
]

Expand Down

0 comments on commit a6b92b3

Please sign in to comment.