Skip to content

Commit

Permalink
fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
peckto committed Jul 11, 2022
1 parent ed7c426 commit 0a2a233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/analyzer/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def set_path_prefix(self, path: str = "") -> None:
self.out_path = os.path.expanduser(path + "/")

def get_path(
self, suffix: int = "", ext: str = ".xlsx", rm_if_exists: bool = False
self, suffix: str = "", ext: str = ".xlsx", rm_if_exists: bool = False
) -> str:
"""
get path for EXCEL report file by combining path prefix,
Expand Down

0 comments on commit 0a2a233

Please sign in to comment.