Skip to content

Commit

Permalink
Remove unused kwargs from Shell ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Nov 5, 2024
1 parent 1365174 commit 858676c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/konch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ def __init__(
prompt: typing.Optional[str] = None,
output: typing.Optional[str] = None,
context_format: ContextFormat = "full",
**kwargs: typing.Any,
) -> None:
self.context = context() if callable(context) else context
self.context_format = context_format
Expand Down

0 comments on commit 858676c

Please sign in to comment.