Skip to content

Commit 447b864

Browse files
[PATCH] Applied changes as pre review (- WIP #179 -)
Changes in file multicast/exceptions.py: - added new implementation to the exports via `__all__`
1 parent 6d517ba commit 447b864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

multicast/exceptions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def wrapper(*args, **kwargs):
560560

561561
# skipcq
562562
__all__ = [
563-
"""__package__""", """__module__""", """__name__""", "__doc__", # skipcq: PYL-E0603
564-
"CommandExecutionError", "EXCEPTION_EXIT_CODES", "EXIT_CODES",
565-
"get_exit_code_from_exception", "exit_on_exception"
563+
"""__package__""", """__module__""", """__name__""", """__doc__""", # skipcq: PYL-E0603
564+
"""CommandExecutionError""", """EXCEPTION_EXIT_CODES""", """EXIT_CODES""",
565+
"""get_exit_code_from_exception""", """exit_on_exception""", """ShutdownCommandReceived"""
566566
]

0 commit comments

Comments
 (0)