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 7bd54f9 commit 895440aCopy full SHA for 895440a
salt/__init__.py
@@ -12,7 +12,7 @@
12
)
13
sys.stderr.flush()
14
15
-USE_VENDORED_TORNADO = True if sys.version_info < (3,12) else False
+USE_VENDORED_TORNADO = sys.version_info < (3,12)
16
17
18
class TornadoImporter:
0 commit comments