Skip to content

f string in io.common #30022

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 5 commits into from
Dec 11, 2019
Merged

Conversation

daniellebrown
Copy link
Contributor

@alimcmaster1
Copy link
Member

alimcmaster1 commented Dec 4, 2019

Thanks for the PR! Please run black on your changes - see the code_check github actions

Checking black formatting
would reformat /home/runner/work/pandas/pandas/pandas/io/common.py
Oh no! 💥 💔 💥
1 file would be reformatted, 875 files would be left unchanged.

@alimcmaster1 alimcmaster1 added Clean Code Style Code style, linting, code_checks labels Dec 4, 2019
Copy link
Member

@alimcmaster1 alimcmaster1 left a comment

Choose a reason for hiding this comment

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

Please run black

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.

Thanks for the PR. Looks good and I think CI failures are unrelated / have been fixed on master since this was created.

To be sure, can you locally on your shiny-new-feature branch run:

git fetch upstream
git merge upstream/master
git push origin shiny-new-feature

I think should get CI green for this. Flag me down at PyData if you have any questions

W.r.t black you will also want to run black pandas/io/common.py

@alimcmaster1
Copy link
Member

If you merge master as @WillAyd suggested above test failures should be fixed

@WillAyd
Copy link
Member

WillAyd commented Dec 8, 2019

I think CI failure is unrelated yet again - can you merge master one more time to be sure?

@daniellebrown
Copy link
Contributor Author

Hi,
I've attempted to merge to master, however, receive the following error messages. Any help much appreciated!

errormsg

@jreback
Copy link
Contributor

jreback commented Dec 8, 2019

@daniellebrown you need to git push origin shiny-new-feature -f

@WillAyd
Copy link
Member

WillAyd commented Dec 9, 2019

@daniellebrown might want to try one more of:

git fetch upstream
git merge upstream/master
git push origin shiny-new-feature

To resolve CI failures

Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

@daniellebrown
Copy link
Contributor Author

Any advice on how to fix this error:

would reformat /home/runner/work/pandas/pandas/pandas/io/common.py
Oh no! 💥 💔 💥
1 file would be reformatted, 880 files would be left unchanged.

I've run black several times and it doesn't seem to do the trick.

@simonjayhawkins simonjayhawkins added this to the 1.0 milestone Dec 11, 2019
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

@jreback jreback merged commit 28715a7 into pandas-dev:master Dec 11, 2019
@jreback
Copy link
Contributor

jreback commented Dec 11, 2019

thanks @daniellebrown very nice

@daniellebrown
Copy link
Contributor Author

thanks @jreback @WillAyd @simonjayhawkins !

@daniellebrown daniellebrown deleted the shiny-new-feature branch December 11, 2019 19:03
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants