minor
This commit is contained in:
parent
a86f010c95
commit
e731f77f2d
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -107,4 +107,4 @@ venv.bak/
|
|||
.idea/
|
||||
|
||||
# vscode
|
||||
.vscode/
|
||||
.vscode/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from typing import TypeVar, Dict, Any, NewType
|
||||
|
||||
|
||||
TSecurityDetails = NewType("TSecurityDetails", Dict[str, Any])
|
||||
TSecurityDetails = NewType("TSecurityDetails", Dict[str, Any])
|
||||
|
|
Loading…
Reference in New Issue
Block a user