Skip to content

Commit

Permalink
style: [pre-commit.ci] auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 5, 2023
1 parent b6f4516 commit b48dbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npe2/manifest/_bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def from_file(cls, path: Union[Path, str]):
else:
raise ValueError(f"unrecognized file extension: {path}") # pragma: no cover

with open(path, mode='rb') as f:
with open(path, mode="rb") as f:
data = loader(f) or {}

if path.name == "pyproject.toml":
Expand Down

0 comments on commit b48dbd9

Please sign in to comment.