Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Aug 29, 2024
1 parent c751d50 commit 2bda145
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ def _get_formatted_files(case_files: list[CaseFile]) -> list[FormattedFile]:
FormattedFile(original_path=case_file.file_path, formatted_path=formatted_file_path)
)
return formatted_files

@staticmethod
def _create_case_name_folder(ticket_path: Path, case_name: str) -> None:
case_dir_path = Path(ticket_path, case_name)
case_dir_path.mkdir(exist_ok=True)

0 comments on commit 2bda145

Please sign in to comment.