Skip to content

Commit 18fc86f

Browse files
committed
Remove unused imports.
1 parent 4a49550 commit 18fc86f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup, find_packages
2-
import sys, os
2+
import os
33

44
here = os.path.abspath(os.path.dirname(__file__))
55
README = open(os.path.join(here, 'README.rst')).read()

src/sql/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import functools
21
import operator
3-
import types
42
import csv
53
import six
64
import codecs

0 commit comments

Comments
 (0)