add magical fix things on below 3.9 line

This commit is contained in:
halcy 2023-06-24 00:33:32 +03:00
parent b917978504
commit 59237449fd

View File

@ -1,3 +1,4 @@
from __future__ import annotations # pythong < 3.9 compat
from datetime import datetime
from typing import Union, Optional, Tuple, List, IO, Dict
from mastodon.types_base import AttribAccessDict, IdType, MaybeSnowflakeIdType, PrimitiveIdType, EntityList, PaginatableList, NonPaginatableList, PathOrFile, WebpushCryptoParamsPubkey, WebpushCryptoParamsPrivkey, try_cast_recurse, try_cast