Skip to content

Commit c58b0df

Browse files
committed
remove unncessary type ignore
1 parent 1ce40e8 commit c58b0df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fortnite_api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from collections.abc import Hashable
3737

3838
try:
39-
import orjson # type: ignore
39+
import orjson
4040

4141
_has_orjson: bool = True
4242
except ImportError:

0 commit comments

Comments
 (0)