Skip to content

Commit

Permalink
make sql extension available from mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Oct 19, 2018
1 parent 6d74d46 commit 26c2e43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xlwings/ext/sql.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .. import func, arg, ret, serve
from .. import func, arg, ret
import sqlite3


Expand Down Expand Up @@ -56,6 +56,3 @@ def sql(query, *tables):
res.append(list(row))

return res

if __name__ == "__main__":
serve()

0 comments on commit 26c2e43

Please sign in to comment.