We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a3347 commit 1eea736Copy full SHA for 1eea736
src/pyproject_hooks/_impl.py
@@ -37,7 +37,7 @@ def read_json(path: str) -> Mapping[str, Any]:
37
38
class BackendUnavailable(Exception):
39
"""Will be raised if the backend cannot be imported in the hook process."""
40
-
+
41
def __init__(
42
self,
43
traceback: str,
0 commit comments