Skip to content

Commit ca8cb6d

Browse files
authored
Remove extra whitespaces
1 parent 678bf05 commit ca8cb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def from_datatype(cls, datatype):
611611
return cls.mentionable
612612
else:
613613
raise TypeError('Invalid usage of typing.Union')
614-
614+
615615
if issubclass(datatype, str):
616616
return cls.string
617617
if issubclass(datatype, bool):
@@ -633,7 +633,7 @@ def from_datatype(cls, datatype):
633633
return cls.role
634634
if datatype.__name__ == "Mentionable":
635635
return cls.mentionable
636-
636+
637637
# TODO: Improve the error message
638638
raise TypeError(f'Invalid class {datatype} used as an input type for an Option')
639639

0 commit comments

Comments
 (0)