diff --git a/src/gw/named_types/__init__.py b/src/gw/named_types/__init__.py index 0d02a3a..d5b57c8 100644 --- a/src/gw/named_types/__init__.py +++ b/src/gw/named_types/__init__.py @@ -1,6 +1,4 @@ from gw.named_types.gw_base import GwBase -__all__ = [ - GwBase -] \ No newline at end of file +__all__ = [GwBase]