Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 9c6c096

Browse files
committed
formatter
1 parent 9cc2d3d commit 9c6c096

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

data_diff/__main__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,9 @@ def main(conf, run, **kw):
292292
state=state,
293293
)
294294
else:
295-
return _data_diff(dbt_project_dir=project_dir_override,
296-
dbt_profiles_dir=profiles_dir_override,
297-
state=state,
298-
**kw)
295+
return _data_diff(
296+
dbt_project_dir=project_dir_override, dbt_profiles_dir=profiles_dir_override, state=state, **kw
297+
)
299298
except Exception as e:
300299
logging.error(e)
301300
if kw["debug"]:

0 commit comments

Comments
 (0)