Fixed lint errors, refs #454

This commit is contained in:
Simon Willison 2022-07-15 14:59:06 -07:00
commit 015c663464
2 changed files with 1 additions and 2 deletions

View file

@ -1474,7 +1474,7 @@ def create_table(
@click.argument("table")
@click.argument("new_table")
@load_extension_option
def create_table(path, table, new_table, load_extension):
def duplicate(path, table, new_table, load_extension):
"""
Create a duplicate of this table, copying across the schema and all row data.
"""

View file

@ -1,4 +1,3 @@
from ast import Not
from .utils import (
chunks,
hash_record,