We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d57e0f commit be2125aCopy full SHA for be2125a
discord_data/model.py
@@ -108,4 +108,4 @@ def _default(o: Any) -> Any:
108
def serialize(obj: Any) -> str:
109
import simplejson
110
111
- return cast(str, simplejson.dumps(obj, default=_default, namedtuple_as_object=True))
+ return simplejson.dumps(obj, default=_default, namedtuple_as_object=True)
0 commit comments