We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7087cfe commit df403a2Copy full SHA for df403a2
1 file changed
fortnite_api/asset.py
@@ -25,7 +25,7 @@
25
from __future__ import annotations
26
27
from collections.abc import Coroutine
28
-from typing import TYPE_CHECKING, Any, Generic, Optional, Union, overload
+from typing import TYPE_CHECKING, Any, Generic, overload
29
30
from typing_extensions import Self
31
0 commit comments