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 e778f71 commit 9c330b5Copy full SHA for 9c330b5
pep517backend/backend.py
@@ -50,7 +50,7 @@ def __str__(self) -> str:
50
51
52
def _get_settings_stub_config(
53
- config_settings: Optional[dict[str, str]]
+ config_settings: Optional[dict[str, str]],
54
) -> list[LibVersion]:
55
libs = []
56
if config_settings is None:
0 commit comments