We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001ae3b commit eea466dCopy full SHA for eea466d
tests/test_istr.py
@@ -9,6 +9,8 @@
9
10
if USE_CYTHON:
11
from multidict._multidict import istr
12
+else:
13
+ from multidict import istr
14
15
16
IMPLEMENTATION = getattr(sys, "implementation") # to suppress mypy error
0 commit comments