Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
lantiga committed Dec 9, 2024
1 parent 78ba069 commit 918f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning/pytorch/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
_JSONARGPARSE_SIGNATURES_AVAILABLE = RequirementCache("jsonargparse[signatures]>=4.27.7")


def patch_jsonargparse_python_3_12_8():
def patch_jsonargparse_python_3_12_8() -> None:
if sys.version_info < (3, 12, 8):
return

Expand Down

0 comments on commit 918f2c6

Please sign in to comment.