mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied latest Black
This commit is contained in:
parent
c0d58a71b9
commit
4b01cec374
3 changed files with 21 additions and 29 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue