Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
loren committed Jan 16, 2025
1 parent da8b037 commit 1f79893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_parse_schema_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def test_parse_schema_tables():
assert parent_table == "person"
assert schema_tables == {"EmailAddress", "person"}


def test_parse_schema_tables_with_cte():
view_select_query = """
WITH
Expand Down

0 comments on commit 1f79893

Please sign in to comment.