Skip to content

Commit 654e8c8

Browse files
committed
remove unused import
1 parent 15a167f commit 654e8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortnite_api/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from __future__ import annotations
2626

2727
import copy
28-
from typing import TYPE_CHECKING, Any, Generic, TypeVar, Union, overload
28+
from typing import TYPE_CHECKING, Any, Generic, TypeVar, overload
2929

3030
from .http import HTTPClient, HTTPClientT, SyncHTTPClient
3131

0 commit comments

Comments
 (0)