Skip to content

Commit 2743999

Browse files
committed
chore: format
1 parent c8b86e2 commit 2743999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airbyte_cdk/test/entrypoint_wrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ class AirbyteEntrypointException(Exception):
6868
message: str = ""
6969

7070
def __post_init__(self) -> None:
71-
# Propagate the message to Exception so that `str(self)` and `.args`
72-
# behave like a regular exception.
7371
super().__init__(self.message)
7472

73+
7574
class EntrypointOutput:
7675
"""A class to encapsulate the output of an Airbyte connector's execution.
7776

0 commit comments

Comments
 (0)