We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce40e8 commit c58b0dfCopy full SHA for c58b0df
1 file changed
fortnite_api/utils.py
@@ -36,7 +36,7 @@
36
from collections.abc import Hashable
37
38
try:
39
- import orjson # type: ignore
+ import orjson
40
41
_has_orjson: bool = True
42
except ImportError:
0 commit comments