Fix fnvhash import in schema 32 test backport (#91112)

This commit is contained in:
J. Nick Koston 2023-04-08 17:41:19 -10:00 committed by GitHub
parent 5f0553dd22
commit e792350be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import time
from typing import Any, TypedDict, cast, overload
import ciso8601
from fnv_hash_fast import fnv1a_32
from fnvhash import fnv1a_32
from sqlalchemy import (
JSON,
BigInteger,