Skip to content

Commit 197f663

Browse files
linter -> remove ununsed imports
1 parent 0facd4a commit 197f663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/io/sql.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from datetime import datetime, date, time
99

1010
import warnings
11-
import traceback
1211
import re
1312
import numpy as np
1413

@@ -18,7 +17,7 @@
1817
from pandas.types.common import (is_list_like,
1918
is_datetime64tz_dtype)
2019

21-
from pandas.compat import (lzip, map, zip, raise_with_traceback,
20+
from pandas.compat import (map, zip, raise_with_traceback,
2221
string_types, text_type)
2322
from pandas.core.api import DataFrame, Series
2423
from pandas.core.base import PandasObject

0 commit comments

Comments
 (0)