Skip to content

Commit 1eea736

Browse files
authored
Remove whitespace that was accidentally added in a merge commit
1 parent 47a3347 commit 1eea736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject_hooks/_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read_json(path: str) -> Mapping[str, Any]:
3737

3838
class BackendUnavailable(Exception):
3939
"""Will be raised if the backend cannot be imported in the hook process."""
40-
40+
4141
def __init__(
4242
self,
4343
traceback: str,

0 commit comments

Comments
 (0)