Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Sep 25, 2024
1 parent 8b4a0cf commit eccbf26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lamin_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ def init(storage: str, db: Optional[str], schema: Optional[str], name: Optional[
@click.argument("instance", type=str, default=None, required=False)
@click.option("--unload", is_flag=True, help="Unload the current instance.")
# fmt: on
def load(
instance: Optional[str], db: Optional[str], storage: Optional[str], unload: bool
):
def load(instance: Optional[str], unload: bool):
"""Load an instance for auto-connection.
Pass a slug (`account/name`) or URL
Expand Down

0 comments on commit eccbf26

Please sign in to comment.