Skip to content

Commit

Permalink
fixed flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOps77 committed May 1, 2024
1 parent 70994ec commit 718dd0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion click_repl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
InternalCommandException as InternalCommandException,
)
from .utils import exit as exit # noqa: F401
from .core import pass_context as pass_context
from .core import pass_context as pass_context # noqa: F401

__version__ = "0.3.0"
3 changes: 2 additions & 1 deletion click_repl/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class ReplContext:
The click context object that belong to the CLI/parent Group.
prompt_kwargs
Extra keyword arguments for :class:`~prompt_toolkit.shortcuts.PromptSession` class.
Extra keyword arguments for
:class:`~prompt_toolkit.shortcuts.PromptSession` class.
parent
REPL Context object of the parent REPL session, if exists. Otherwise, :obj:`None`.
Expand Down

0 comments on commit 718dd0a

Please sign in to comment.