projects
/
datasette-pytables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f09e9ea
)
Remove useless decorator
author
Javier Sancho
<jsf@jsancho.org>
Fri, 4 May 2018 11:02:15 +0000
(13:02 +0200)
committer
Javier Sancho
<jsf@jsancho.org>
Fri, 4 May 2018 11:02:15 +0000
(13:02 +0200)
datasette_pytables/__init__.py
patch
|
blob
|
history
diff --git
a/datasette_pytables/__init__.py
b/datasette_pytables/__init__.py
index 8593aedf957f65bed58318c639aa10fb26a4f572..a3b1844af528e46abbfef28644687b33477ea8af 100644
(file)
--- a/
datasette_pytables/__init__.py
+++ b/
datasette_pytables/__init__.py
@@
-1,6
+1,3
@@
-from datasette.connectors import connector_method
-
-@connector_method
def inspect(path):
"Open file and return tables info"
return [], []