Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 12, 2023
1 parent 958a53d commit 1abfdde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/gene/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def cli() -> None:
@click.option("--all", is_flag=True, help="Update records for all sources.")
@click.option("--normalize", is_flag=True, help="Update normalized concepts.")
@click.option("--db_url", help="URL endpoint for the application database.")
@click.option("--aws_instance", is_flag=True, help="Using AWS DynamodDB instance.")
@click.option("--aws_instance", is_flag=True, help="Use cloud DynamodDB instance.")
@click.option(
"--use_existing",
is_flag=True,
Expand Down
1 change: 0 additions & 1 deletion tests/__init__.py

This file was deleted.

0 comments on commit 1abfdde

Please sign in to comment.