-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TYP: clean for PY3.8 (final) #42422
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
TYP: clean for PY3.8 (final) #42422
Changes from 3 commits
b8c3a5f
c54a943
52c91da
75fde77
fe06254
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
Sequence, | ||
TypeVar, | ||
cast, | ||
final, | ||
) | ||
import warnings | ||
|
||
|
@@ -27,10 +28,7 @@ | |
Tick, | ||
parsing, | ||
) | ||
from pandas._typing import ( | ||
Callable, | ||
final, | ||
) | ||
from pandas._typing import Callable | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this looks iffy. we look at this independently and see if this occurs elsewhere. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. did this get resolved? if so, LGTM There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. opened #42498 |
||
from pandas.compat.numpy import function as nv | ||
from pandas.util._decorators import ( | ||
Appender, | ||
|
Uh oh!
There was an error while loading. Please reload this page.