Skip to content

Commit 66839f4

Browse files
removed __all__
1 parent 974da52 commit 66839f4

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

sifter/commands/variables.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
from sifter.grammar.state import EvaluationState
1515
from sifter.grammar.actions import Actions
1616

17-
__all__ = ('CommandSet',)
18-
1917

2018
# RFC 5229
2119
class CommandSet(Command):

sifter/tests/notify.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
from sifter.extensions import ExtensionRegistry
1515
from sifter.grammar.state import EvaluationState
1616

17-
__all__ = ('TestValidNotifyMethod',)
18-
1917

2018
# RFC 5435
2119
class TestValidNotifyMethod(Test):

0 commit comments

Comments
 (0)