Skip to content

Commit 895440a

Browse files
meakshvzhestkov
andauthored
Apply cosmetic suggestion
Co-authored-by: Victor Zhestkov <[email protected]>
1 parent 7bd54f9 commit 895440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313
sys.stderr.flush()
1414

15-
USE_VENDORED_TORNADO = True if sys.version_info < (3,12) else False
15+
USE_VENDORED_TORNADO = sys.version_info < (3,12)
1616

1717

1818
class TornadoImporter:

0 commit comments

Comments
 (0)