Skip to content

Commit bd62ce8

Browse files
committed
fixup: apply code suggestions on the abstract error handler
1 parent 09ec24f commit bd62ce8

File tree

1 file changed

+1
-1
lines changed
  • pydis_core/utils/error_handling/commands

1 file changed

+1
-1
lines changed

pydis_core/utils/error_handling/commands/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class AbstractCommandErrorHandler(ABC):
1010

1111
@abstractmethod
1212
async def should_handle_error(self, error: Exception) -> bool:
13-
"""A predicate that determines whether the error should be handled or not."""
13+
"""A predicate that determines whether the error should be handled."""
1414
raise NotImplementedError
1515

1616
@abstractmethod

0 commit comments

Comments
 (0)