Skip to content

Commit

Permalink
Removed the CommandLineParserError import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOps77 committed May 21, 2023
1 parent 9918f9c commit 6cd86c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion click_repl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from ._completer import ClickCompleter as ClickCompleter # noqa: F401
from ._repl import register_repl as register_repl # noqa: F401
from ._repl import repl as repl # noqa: F401
from .exceptions import CommandLineParserError as CommandLineParserError # noqa: F401
from .exceptions import ExitReplException as ExitReplException # noqa: F401
from .exceptions import ( # noqa: F401
InternalCommandException as InternalCommandException,
Expand Down

0 comments on commit 6cd86c6

Please sign in to comment.