mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
Refactor certain f-strings and literals
This commit is contained in:
@ -491,7 +491,7 @@ class Loop(Generic[LF]):
|
||||
|
||||
This operation obviously cannot be undone!
|
||||
"""
|
||||
self._valid_exception = tuple()
|
||||
self._valid_exception = ()
|
||||
|
||||
def remove_exception_type(self, *exceptions: Type[BaseException]) -> bool:
|
||||
r"""Removes exception types from being handled during the reconnect logic.
|
||||
|
Reference in New Issue
Block a user