mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-28 03:39:37 +02:00
fix: import error on Python 3.9
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import random
|
import random
|
||||||
from typing import TYPE_CHECKING, Any, Generic, Self, TypeVar, Union
|
from typing import TYPE_CHECKING, Any, Generic, TypeVar, Union
|
||||||
|
|
||||||
|
from typing_extensions import Self
|
||||||
|
|
||||||
from .abc import Closable, Serializable
|
from .abc import Closable, Serializable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user