mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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
|
||||
|
||||
import ciso8601
|
||||
from fnv_hash_fast import fnv1a_32
|
||||
from fnvhash import fnv1a_32
|
||||
from sqlalchemy import (
|
||||
JSON,
|
||||
BigInteger,
|
||||
|
Loading…
x
Reference in New Issue
Block a user