We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ba069 commit 918f2c6Copy full SHA for 918f2c6
src/lightning/pytorch/cli.py
@@ -38,7 +38,7 @@
38
_JSONARGPARSE_SIGNATURES_AVAILABLE = RequirementCache("jsonargparse[signatures]>=4.27.7")
39
40
41
-def patch_jsonargparse_python_3_12_8():
+def patch_jsonargparse_python_3_12_8() -> None:
42
if sys.version_info < (3, 12, 8):
43
return
44
0 commit comments