diff --git a/src/gene/cli.py b/src/gene/cli.py index 1fb53a6c..5f9688dd 100644 --- a/src/gene/cli.py +++ b/src/gene/cli.py @@ -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, diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index f58158c6..00000000 --- a/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Provide tests."""