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 4f77c6c commit 3ab9207Copy full SHA for 3ab9207
cycode/cli/commands/version/version_checker.py
@@ -12,7 +12,7 @@
12
13
14
def _compare_versions(
15
- current_parts: List[int],
+ current_parts: List[int],
16
latest_parts: List[int],
17
current_is_pre: bool,
18
latest_is_pre: bool,
0 commit comments