mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
Fix fnvhash import in schema 32 test backport (#91112)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user