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 ffeb2ea commit e6b42a6Copy full SHA for e6b42a6
.actions/assistant.py
@@ -80,7 +80,7 @@ def adjust(self, unfreeze: str) -> str:
80
"""
81
out = str(self)
82
if self.strict:
83
- return f"{out} # {self.strict_cmd}"
+ return f"{out} # {self.strict_cmd}"
84
85
specs = [(spec.operator, spec.version) for spec in self.specifier]
86
if unfreeze == "major":
0 commit comments