Skip to content

Commit

Permalink
Update cg/services/deliver_files/file_formatter/files/abstract.py
Browse files Browse the repository at this point in the history
Co-authored-by: Isak Ohlsson Ångnell <[email protected]>
  • Loading branch information
ChrOertlin and islean authored Dec 18, 2024
1 parent c92ee47 commit 6f6e3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/services/deliver_files/file_formatter/files/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class FileFormatter(ABC):
# rename to file formatter

@abstractmethod
def format_files(
self, moved_files: list[CaseFile | SampleFile], delivery_path: Path
Expand Down

0 comments on commit 6f6e3b0

Please sign in to comment.