Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 12, 2020
1 parent 001ae3b commit eea466d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_istr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if USE_CYTHON:
from multidict._multidict import istr
else:
from multidict import istr


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

0 comments on commit eea466d

Please sign in to comment.