summaryrefslogtreecommitdiff
path: root/tests/test_none_keys.py
diff options
context:
space:
mode:
authorYury Selivanov <yury@edgedb.com>2020-05-17 21:36:03 -0700
committerYury Selivanov <yury@edgedb.com>2020-05-17 21:36:03 -0700
commit7b28a1275a80dfcfefaa9775dbf5f3231e3952a1 (patch)
tree95b37fbede5398ef617584f13049a87fbbeb5b1b /tests/test_none_keys.py
parent913572c2ef8a4c948bb8b67ff2064d6920e313e7 (diff)
downloadimmutables-7b28a1275a80dfcfefaa9775dbf5f3231e3952a1.tar.gz
immutables-7b28a1275a80dfcfefaa9775dbf5f3231e3952a1.zip
Unbreak CI
Diffstat (limited to 'tests/test_none_keys.py')
-rw-r--r--tests/test_none_keys.py2
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)