Skip to content

Commit 918f2c6

Browse files
committed
Fix return type
1 parent 78ba069 commit 918f2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
_JSONARGPARSE_SIGNATURES_AVAILABLE = RequirementCache("jsonargparse[signatures]>=4.27.7")
3939

4040

41-
def patch_jsonargparse_python_3_12_8():
41+
def patch_jsonargparse_python_3_12_8() -> None:
4242
if sys.version_info < (3, 12, 8):
4343
return
4444

0 commit comments

Comments
 (0)