Skip to content

Commit d2cab59

Browse files
[CI] Possible fix by suppression of PYL-E0603.
### ChangeLog: Changes in file multicast/exceptions.py: def wrapper(*args, **kwargs):
1 parent 0ae8000 commit d2cab59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

multicast/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,9 @@ def wrapper(*args, **kwargs):
446446
return wrapper
447447

448448

449+
# skipcq
449450
__all__ = [
450-
"""__package__""", """__module__""", """__name__""", "__doc__",
451+
"""__package__""", """__module__""", """__name__""", "__doc__", # skipcq: PYL-E0603
451452
"CommandExecutionError", "EXCEPTION_EXIT_CODES", "EXIT_CODES",
452453
"get_exit_code_from_exception", "exit_on_exception"
453454
]

0 commit comments

Comments
 (0)