Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 6, 2024
1 parent 9ad37ad commit 8b90fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _cli_entry_point() -> None:
if not (
ModuleAvailableCache("lightning.app")
if RequirementCache("lightning-utilities<0.10.0")
else RequirementCache(module="lightning.app") # type: ignore[call-arg]
else RequirementCache(module="lightning.app")
):
print("The `lightning` command requires additional dependencies: `pip install lightning[app]`")
sys.exit(1)
Expand Down

0 comments on commit 8b90fa9

Please sign in to comment.