mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
Fix flake8 for the existing code
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
from typing import Any, Dict, NewType, TypeVar
|
||||
from typing import Dict, NewType
|
||||
|
||||
TSecurityDetails = NewType("TSecurityDetails", Dict[str, str])
|
||||
|
||||
Reference in New Issue
Block a user