Applied latest Black

This commit is contained in:
Simon Willison 2023-09-21 12:23:48 -07:00
commit 4b01cec374
3 changed files with 21 additions and 29 deletions

View file

@ -136,6 +136,7 @@ def sqlite_extensions(fn):
multiple=True,
help="Path to a SQLite extension to load, and optional entrypoint",
)(fn)
# Wrap it in a custom error handler
@functools.wraps(fn)
def wrapped(*args, **kwargs):