Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Sep 6, 2023
1 parent 834fe19 commit 76167a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/operation/export_analysis_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self, analysis_id: str, output_dir: str, *args, **kwargs):
super().__init__(*args, **kwargs)

def execute(self):

os.makedirs(self._resolve_path(self._output_dir, TEMPLATE_DIR), exist_ok=True)
os.makedirs(self._resolve_path(self._output_dir, DATA_SET_DIR), exist_ok=True)

Expand Down

0 comments on commit 76167a5

Please sign in to comment.