Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham committed Nov 20, 2022
1 parent 5d36a77 commit dec949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def find_files(
folder: Path,
ignore_permission_err=True,
ignore_permission_err = True,
valid_exts: Optional[list[str]] = None,
exclude_exts: Optional[list[str]] = None,
) -> list[Path]:
Expand Down

0 comments on commit dec949b

Please sign in to comment.