Skip to content

Commit

Permalink
fix: Remove BaseStatement from statements map
Browse files Browse the repository at this point in the history
  • Loading branch information
bressanmarcos committed Jul 7, 2022
1 parent 0413433 commit d7e844c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deirokay/statements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
STATEMENTS_MAP: Dict[str, Type[BaseStatement]] = {
cls.name: cls
for cls in recursive_subclass_generator(BaseStatement)
if cls is not BaseStatement
}

__all__ = tuple(
Expand Down

0 comments on commit d7e844c

Please sign in to comment.