Skip to content

Commit 46170ad

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent a79ad83 commit 46170ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

airbyte_cdk/test/standard_tests/source_base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ def test_basic_read(
141141
)
142142
if scenario.expect_exception and not result.errors:
143143
# By now we should have raised an exception.
144-
raise AssertionError(
145-
"Expected an error but got none."
146-
)
144+
raise AssertionError("Expected an error but got none.")
147145

148146
if not result.records:
149147
raise AssertionError("Expected records but got none.") # noqa: TRY003

0 commit comments

Comments
 (0)