Skip to content

CLN: unused imports in tslibs #35133

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

Merged
merged 1 commit into from
Jul 6, 2020
Merged

Conversation

jbrockmendel
Copy link
Member

No description provided.

@@ -99,12 +98,6 @@ def apply_index_wraps(func):
# do @functools.wraps(func) manually since it doesn't work on cdef funcs
wrapper.__name__ = func.__name__
wrapper.__doc__ = func.__doc__
try:
wrapper.__module__ = func.__module__
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason for removing this? I think module is still part of the python data model

https://docs.python.org/3/reference/datamodel.html

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This try never succeeds

@WillAyd WillAyd added the Clean label Jul 6, 2020
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jreback jreback added this to the 1.1 milestone Jul 6, 2020
@jreback jreback merged commit 8590bd5 into pandas-dev:master Jul 6, 2020
@jbrockmendel jbrockmendel deleted the cln-tslibs-4 branch July 6, 2020 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants