-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup cimports #18556
Cleanup cimports #18556
Conversation
@@ -1,3 +0,0 @@ | |||
from numpy cimport ndarray, int64_t | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used in setup.py anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope
Codecov Report
@@ Coverage Diff @@
## master #18556 +/- ##
==========================================
- Coverage 91.35% 91.33% -0.02%
==========================================
Files 164 164
Lines 49802 49802
==========================================
- Hits 45496 45487 -9
- Misses 4306 4315 +9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18556 +/- ##
==========================================
- Coverage 91.35% 91.33% -0.02%
==========================================
Files 164 164
Lines 49802 49802
==========================================
- Hits 45496 45487 -9
- Misses 4306 4315 +9
Continue to review full report at Codecov.
|
@@ -3,7 +3,7 @@ from decimal import Decimal | |||
cimport util | |||
cimport cython | |||
from tslibs.nattype import NaT | |||
from tslib cimport convert_to_tsobject | |||
from tslibs.conversion cimport convert_to_tsobject |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add conversion.pxd
as a dep for lib.pyx (tslib.pyd should have been there)
ping |
thanks! |
No description provided.