mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix fnvhash import in schema 32 test backport (#91112)
This commit is contained in:
parent
5f0553dd22
commit
e792350be6
@ -12,7 +12,7 @@ import time
|
|||||||
from typing import Any, TypedDict, cast, overload
|
from typing import Any, TypedDict, cast, overload
|
||||||
|
|
||||||
import ciso8601
|
import ciso8601
|
||||||
from fnv_hash_fast import fnv1a_32
|
from fnvhash import fnv1a_32
|
||||||
from sqlalchemy import (
|
from sqlalchemy import (
|
||||||
JSON,
|
JSON,
|
||||||
BigInteger,
|
BigInteger,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user