Skip to content

Commit

Permalink
#78: Remove BeheadingInterpreter from command __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPrit committed Aug 9, 2022
1 parent ed5097b commit da5451b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tickit/adapters/interpreters/command/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from tickit.adapters.interpreters.command.command_interpreter import (
BeheadingInterpreter,
CommandInterpreter,
)
from tickit.adapters.interpreters.command.command_interpreter import CommandInterpreter
from tickit.adapters.interpreters.command.regex_command import RegexCommand

__all__ = ["CommandInterpreter", "RegexCommand", "BeheadingInterpreter"]
__all__ = ["CommandInterpreter", "RegexCommand"]

0 comments on commit da5451b

Please sign in to comment.