mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-19 11:54:07 +02:00
fix: import error on Python 3.9
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user