Skip to content

Commit 3ab9207

Browse files
committed
fix random tab
1 parent 4f77c6c commit 3ab9207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/commands/version/version_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
def _compare_versions(
15-
current_parts: List[int],
15+
current_parts: List[int],
1616
latest_parts: List[int],
1717
current_is_pre: bool,
1818
latest_is_pre: bool,

0 commit comments

Comments
 (0)