Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamillar committed Oct 10, 2024
1 parent b3f2218 commit 7905653
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gw/named_types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from gw.named_types.gw_base import GwBase


__all__ = [
GwBase
]
__all__ = [GwBase]

0 comments on commit 7905653

Please sign in to comment.