Skip to content

Commit b7c84b3

Browse files
committed
lint
1 parent 18959df commit b7c84b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata-ingestion/tests/unit/glue/test_glue_source.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
validate_all_providers_have_committed_successfully,
3636
)
3737
from tests.unit.glue.test_glue_source_stubs import (
38+
empty_database,
3839
flights_database,
39-
test_database,
4040
get_bucket_tagging,
4141
get_databases_delta_response,
4242
get_databases_response,
@@ -64,7 +64,7 @@
6464
tables_2,
6565
tables_profiling_1,
6666
target_database_tables,
67-
empty_database,
67+
test_database,
6868
)
6969

7070
FROZEN_TIME = "2020-04-14 07:00:00"

0 commit comments

Comments
 (0)