Skip to content

Commit

Permalink
CLN: Remove unused imports in pyx files (pandas-dev#22739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored and aeltanawy committed Sep 20, 2018
1 parent 7afa8a0 commit 006c013
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pandas/_libs/sparse.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# -*- coding: utf-8 -*-
import operator
import sys

import cython

import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import numpy as np
cnp.import_array()

import pytz
from dateutil.tz import tzlocal, tzutc as dateutil_utc


from util cimport (is_integer_object, is_float_object, is_string_object,
is_datetime64_object)
Expand Down

0 comments on commit 006c013

Please sign in to comment.