Skip to content

Commit 74c8ffd

Browse files
mroeschkevictor
authored and
victor
committed
CLN: Remove unused imports in pyx files (pandas-dev#22739)
1 parent 7a5d37d commit 74c8ffd

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

pandas/_libs/sparse.pyx

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
import operator
3-
import sys
4-
52
import cython
63

74
import numpy as np

pandas/_libs/tslib.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import numpy as np
1515
cnp.import_array()
1616

1717
import pytz
18-
from dateutil.tz import tzlocal, tzutc as dateutil_utc
19-
2018

2119
from util cimport (is_integer_object, is_float_object, is_string_object,
2220
is_datetime64_object)

0 commit comments

Comments
 (0)