Ran black, refs #111

This commit is contained in:
Simon Willison 2020-05-10 18:26:16 -07:00
commit 98019e92d0
2 changed files with 4 additions and 33 deletions

View file

@ -658,7 +658,6 @@ def drop_view(path, view):
raise click.ClickException('View "{}" does not exist'.format(view))
@cli.command()
@click.argument(
"path",