2 parents 72edc89 + 4da3b39 commit e3b3cc5Copy full SHA for e3b3cc5
1 file changed
tests/test_cityhash.py
@@ -2,7 +2,7 @@
2
import random
3
import string
4
import sys
5
-from cityhash import CityHash64WithSeed, CityHash128WithSeed
+from clickhouse_cityhash.cityhash import CityHash64WithSeed, CityHash128WithSeed
6
7
8
if sys.version_info[0] >= 3:
0 commit comments