Skip to content

Commit 7abcae0

Browse files
committed
[Autoformat]
1 parent ca0e98b commit 7abcae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja/signature/details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _get_param_type(self, name: str, arg: inspect.Parameter) -> FuncParam:
237237
# invalid in Python < 3.11 because star expressions
238238
# were not allowed in index expressions.
239239
annotation, default = Annotated[args[:-1]], args[-1]
240-
else: # pragma: no cover -- requires specific Python versions
240+
else: # pragma: no cover -- requires specific Python versions
241241
raise NotImplementedError(
242242
"This definition requires Python version 3.9+"
243243
)

0 commit comments

Comments
 (0)