diff --git a/transactron/__init__.py b/transactron/__init__.py index de27375ac..c162fe991 100644 --- a/transactron/__init__.py +++ b/transactron/__init__.py @@ -1,10 +1 @@ -from .core import * - -__all__ = [ - "TModule", - "TransactionManager", - "TransactionModule", - "Transaction", - "Method", - "def_method", -] +from .core import * # noqa: F401