Skip to content

Commit d3901b8

Browse files
committed
lintfix
1 parent 530f299 commit d3901b8

File tree

1 file changed

+1
-1
lines changed
  • metadata-ingestion-modules/airflow-plugin/tests/integration

1 file changed

+1
-1
lines changed

metadata-ingestion-modules/airflow-plugin/tests/integration/test_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def _run_airflow(
261261
environment[f"AIRFLOW_CONN_{datahub_connection_name_2.upper()}"] = Connection(
262262
conn_id="datahub_file_default2",
263263
conn_type="datahub-file",
264-
host=str(meta_file2)
264+
host=str(meta_file2),
265265
).get_uri()
266266

267267
if not HAS_AIRFLOW_STANDALONE_CMD:

0 commit comments

Comments
 (0)