Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 28, 2024
1 parent 8105310 commit 1c0b4f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ def from_datatype(cls, datatype):
if datatype_name == "Mentionable":
return cls.mentionable


if isinstance(datatype, str) or issubclass(datatype, str):
return cls.string
if issubclass(datatype, bool):
Expand Down

0 comments on commit 1c0b4f8

Please sign in to comment.