diff options
Diffstat (limited to 'tests/test_none_keys.py')
-rw-r--r-- | tests/test_none_keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_none_keys.py b/tests/test_none_keys.py index 3662e9c..f7969f3 100644 --- a/tests/test_none_keys.py +++ b/tests/test_none_keys.py @@ -1,7 +1,7 @@ import unittest from immutables.map import map_hash, map_mask, Map as PyMap -from tests.test_map import HashKey +from immutables._testutils import * # NoQA none_hash = map_hash(None) |