Skip to content

Commit

Permalink
unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
maoxingda committed Jan 14, 2024
1 parent bfe791c commit 1b8ca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def assert_column_lineage_equal(
_assert_column_lineage(lr_sqlfluff, column_lineages)


def generate_metadata_providers(test_schemas) -> list[MetaDataProvider]:
def generate_metadata_providers(test_schemas):
dummy_provider = DummyMetaDataProvider(test_schemas)

sqlite3_sqlalchemy_provider = SQLAlchemyMetaDataProvider("sqlite:///:memory:")
Expand Down

0 comments on commit 1b8ca6d

Please sign in to comment.