refactor: identify requires Optional[T] keys
This commit is contained in:
parent
f47d9196b1
commit
bcaed7c6b9
|
@ -2,5 +2,6 @@ import unittest
|
|||
import testvarint, testbase32, testbase58, testbase64
|
||||
import testrsa, testecnist, tested25519, testsecp256k1, testcrypto
|
||||
import testmultibase, testmultihash, testmultiaddress, testcid, testpeer
|
||||
import testidentify, testtransport, testmultistream, testbufferstream,
|
||||
import testtransport, testmultistream, testbufferstream,
|
||||
testmplex, testswitch
|
||||
# import testidentify
|
||||
|
|
Loading…
Reference in New Issue