Skip to content

Commit 1f79893

Browse files
committed
flake8
1 parent da8b037 commit 1f79893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_parse_schema_tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def test_parse_schema_tables():
1616
assert parent_table == "person"
1717
assert schema_tables == {"EmailAddress", "person"}
1818

19+
1920
def test_parse_schema_tables_with_cte():
2021
view_select_query = """
2122
WITH

0 commit comments

Comments
 (0)