This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
py-libp2p
Watch
1
Star
0
Fork
0
You've already forked py-libp2p
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0b466ddc86
py-libp2p
/
libp2p
/
security
/
typing.py
4 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Fix flake8 for the existing code
2019-08-04 00:18:30 +08:00
from
typing
import
Dict
,
NewType
add typing to security
2019-08-01 19:12:11 +08:00
PR feedback
2019-08-02 14:12:59 +08:00
TSecurityDetails
=
NewType
(
"
TSecurityDetails
"
,
Dict
[
str
,
str
]
)
Reference in New Issue
Copy Permalink