We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a49550 commit 18fc86fCopy full SHA for 18fc86f
setup.py
@@ -1,5 +1,5 @@
1
from setuptools import setup, find_packages
2
-import sys, os
+import os
3
4
here = os.path.abspath(os.path.dirname(__file__))
5
README = open(os.path.join(here, 'README.rst')).read()
src/sql/run.py
@@ -1,6 +1,4 @@
-import functools
import operator
-import types
import csv
import six
6
import codecs
0 commit comments