Skip to content

Commit f39c0de

Browse files
optimize the imports
1 parent a7310d7 commit f39c0de

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

python/tests/test_utils.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
import base64
21
import unittest
3-
from os.path import dirname, join, abspath
4-
5-
import base58
6-
7-
import okapi.okapi_utils
8-
from okapi.wrapper import DIDKey
9-
from okapi.proto.okapi.keys.v1 import GenerateKeyRequest, KeyType, GenerateKeyResponse, ResolveRequest
10-
from okapi.okapi_utils import DidError, get_os_arch_binary, set_library_path
112

123

134
class UtilitiesTests(unittest.TestCase):

0 commit comments

Comments
 (0)