Skip to content

Commit

Permalink
Add missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Jun 10, 2024
1 parent d51dbf6 commit 35f9c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/penai/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def write_text_file(
content: str,
extension_to_add: str | None = None,
content_description: str = "text file",
):
) -> str:
p = self.path(filename_suffix, extension_to_add=extension_to_add)
if self.enabled:
self.log.info(f"Saving {content_description} to {p}")
Expand Down

0 comments on commit 35f9c4b

Please sign in to comment.