Dependency update changes (#534)

This commit is contained in:
Chayim 2023-07-11 14:06:37 +03:00 committed by GitHub
parent 87d3a080ad
commit 70f64011fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 35 deletions

View file

@ -5,7 +5,7 @@ from aredis_om.model.migrations.migrator import Migrator
@click.command()
@click.option("--module", default="aredis_om")
def migrate(module):
def migrate(module: str):
migrator = Migrator(module)
migrator.detect_migrations()