mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Fix mypy error in BaseSession
This commit is contained in:
parent
ffe2ed52cf
commit
d83106fdee
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ class BaseSession:
|
|||
headers: Dict[str, str] = {},
|
||||
params = (),
|
||||
json = None,
|
||||
body = None,
|
||||
) -> Response:
|
||||
''':meta private:'''
|
||||
raise NotImplementedError
|
||||
|
|
Loading…
Add table
Reference in a new issue