Skip to content

Commit

Permalink
okay mypyc
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Nov 1, 2023
1 parent 4aa9bd4 commit 34d5d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/__init__.py
Expand Up @@ -652,7 +652,7 @@ def get_sources(
)
continue

normalized_path = normalize_path_maybe_ignore(path, root, report)
normalized_path: str | None = normalize_path_maybe_ignore(path, root, report)
if normalized_path is None:
if verbose:
out(f'Skipping invalid source: "{normalized_path}"', fg="red")
Expand Down

0 comments on commit 34d5d3b

Please sign in to comment.