Skip to content

Commit eea466d

Browse files
committed
Fix tests
1 parent 001ae3b commit eea466d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_istr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
if USE_CYTHON:
1111
from multidict._multidict import istr
12+
else:
13+
from multidict import istr
1214

1315

1416
IMPLEMENTATION = getattr(sys, "implementation") # to suppress mypy error

0 commit comments

Comments
 (0)