Skip to content

Commit

Permalink
style: Black up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Aug 8, 2024
1 parent 5fc58c5 commit 683f5f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/df_designer/app/services/json_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@ async def converter(build_id: int, project_dir: str, custom_dir: str = "custom")
await index.load()
index.logger.debug("Loaded index '%s'", index.index)

frontend_graph_path, script_path, custom_conditions_file, custom_responses_file = _get_db_paths(Path(project_dir), custom_dir)

frontend_graph_path, script_path, custom_conditions_file, custom_responses_file = _get_db_paths(
Path(project_dir), custom_dir
)

script = {
"CONFIG": {"custom_dir": "/".join(["..", custom_dir])},
Expand Down

0 comments on commit 683f5f6

Please sign in to comment.