Fix flake8 for the existing code

This commit is contained in:
mhchia
2019-08-04 00:18:30 +08:00
parent 727342a767
commit 0a5b4a88ca
6 changed files with 2 additions and 9 deletions

View File

@ -1,3 +1,3 @@
from typing import Any, Dict, NewType, TypeVar
from typing import Dict, NewType
TSecurityDetails = NewType("TSecurityDetails", Dict[str, str])