mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 01:03:27 +01:00
Removed redefinition of unused 'command'
This commit is contained in:
parent
b0e8ab51ef
commit
5bb23a7c09
@ -205,7 +205,6 @@ class BaseCLIResponse:
|
|||||||
devnull: str = None
|
devnull: str = None
|
||||||
json: dict = None
|
json: dict = None
|
||||||
exit_status: ExitStatus = None
|
exit_status: ExitStatus = None
|
||||||
command: str = None
|
|
||||||
args: List[str] = []
|
args: List[str] = []
|
||||||
complete_args: List[str] = []
|
complete_args: List[str] = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user