Skip to content

Commit 5f659c2

Browse files
authored
[misc] fix: Use double quotes for lint consistency (#2203)
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
1 parent 1e03374 commit 5f659c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/megatron/bridge/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
MAJOR = 0
1717
MINOR = 4
1818
PATCH = 0
19-
PRE_RELEASE = 'rc0'
19+
PRE_RELEASE = "rc0"
2020

2121
# Use the following formatting: (major, minor, patch, pre-release)
2222
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)