Skip to content

Commit e3b3cc5

Browse files
authored
Merge pull request #4 from kotopesutility/master
Change local import of cityhash to absolute from top-level package
2 parents 72edc89 + 4da3b39 commit e3b3cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cityhash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import random
33
import string
44
import sys
5-
from cityhash import CityHash64WithSeed, CityHash128WithSeed
5+
from clickhouse_cityhash.cityhash import CityHash64WithSeed, CityHash128WithSeed
66

77

88
if sys.version_info[0] >= 3:

0 commit comments

Comments
 (0)