Skip to content

Commit

Permalink
black fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rscottbailey committed Oct 19, 2021
1 parent d594dcf commit 032ed0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tartufo/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ def echo_result(
return all_issues


def write_outputs(
found_issues: List["Issue"], output_dir: pathlib.Path
) -> List[str]:
def write_outputs(found_issues: List["Issue"], output_dir: pathlib.Path) -> List[str]:
"""Write details of the issues to individual files in the specified directory.
:param found_issues: A list of issues to be written out
Expand Down

0 comments on commit 032ed0b

Please sign in to comment.