Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Oct 16, 2024
1 parent dd904dc commit 9c60663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def validate_exporter_configs(self) -> Tuple[bool, str]:

def write_to_file(path: Path, content: str, mode: Optional[int] = None) -> bool:
"""Write to file with provided content.
It's important to first set the permissions to then write the content because it might have
sensitive information like password.
"""
Expand Down

0 comments on commit 9c60663

Please sign in to comment.