Skip to content

Commit

Permalink
Removed redefinition of unused 'command'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalg99 committed Mar 6, 2024
1 parent b0e8ab5 commit 5bb23a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class BaseCLIResponse:
devnull: str = None
json: dict = None
exit_status: ExitStatus = None
command: str = None
args: List[str] = []
complete_args: List[str] = []

Expand Down

0 comments on commit 5bb23a7

Please sign in to comment.