Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Davit Shartava committed Aug 1, 2024
1 parent ad27942 commit 6c1c4f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project_rossum_deploy/commands/purge/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
)
@click.argument(
"destination",
type=click.Choice([settings.SOURCE_DIRNAME, settings.TARGET_DIRNAME, settings.UNUSED_SCHEMAS]),
type=click.Choice(
[settings.SOURCE_DIRNAME, settings.TARGET_DIRNAME, settings.UNUSED_SCHEMAS]
),
)
@coro
async def purge_project_wrapper(destination):
Expand Down

0 comments on commit 6c1c4f8

Please sign in to comment.