diff --git a/src/delphi/__init__.py b/src/delphi/__init__.py index 36c553b4..b9b115cf 100644 --- a/src/delphi/__init__.py +++ b/src/delphi/__init__.py @@ -1,5 +1,3 @@ from beartype.claw import beartype_this_package # <-- hype comes -from . import eval - beartype_this_package() # <-- hype goes diff --git a/src/delphi/eval/__init__.py b/src/delphi/eval/__init__.py index 30afc7c2..e69de29b 100644 --- a/src/delphi/eval/__init__.py +++ b/src/delphi/eval/__init__.py @@ -1 +0,0 @@ -from . import token_labelling