Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorrent committed Mar 1, 2024
1 parent 2161236 commit cb87106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning_hivemind/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __init__(
bootstrap_timeout: Optional[float] = None,
use_relay: bool = True,
use_auto_relay: bool = False,
identity_path: str = None,
identity_path: Optional[str] = None,
**optimizer_kwargs: Any,
):
if platform.system() != "Linux":
Expand Down

0 comments on commit cb87106

Please sign in to comment.