-
-
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
Remove incorrect kwds from DateOffset tests #17486
Conversation
pandas/tests/tseries/test_offsets.py
Outdated
if klass is FY5253: | ||
klass = klass(n=value, startingMonth=1, weekday=1, | ||
variation='last', | ||
normalize=normalize) |
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.
I think you can move this last parameter onto the same line as variation
.
Codecov Report
@@ Coverage Diff @@
## master #17486 +/- ##
==========================================
- Coverage 91.15% 91.13% -0.02%
==========================================
Files 163 163
Lines 49534 49534
==========================================
- Hits 45153 45144 -9
- Misses 4381 4390 +9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17486 +/- ##
==========================================
- Coverage 91.15% 91.13% -0.02%
==========================================
Files 163 163
Lines 49534 49534
==========================================
- Hits 45153 45144 -9
- Misses 4381 4390 +9
Continue to review full report at Codecov.
|
thanks |
See discussion in #17176
git diff upstream/master -u -- "*.py" | flake8 --diff