Skip to content
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

test: remove unneeded new lines after with statements #1702

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented Oct 1, 2019

We recently switched to using context managers in tests, but the extra
indentation means that the newlines that were there before are no longer
needed.

(And this is how I did it in the bleach-spike branch, so it should help with merges.)

As always, you don't have to agree that this is a valid change!

We recently switched to using context managers in tests, but the extra
indentation means that the newlines that were there before are no longer
needed.
@codecov-io
Copy link

codecov-io commented Oct 1, 2019

Codecov Report

Merging #1702 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1702   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files          22       22           
  Lines        2006     2006           
=======================================
  Hits         2001     2001           
  Misses          5        5

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9c77a5...6292a97. Read the comment docs.

@sethmlarson sethmlarson merged commit 08cf7fd into urllib3:master Oct 1, 2019
@pquentin pquentin deleted the with-newlines branch October 28, 2019 12:41
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
We recently switched to using context managers in tests, but the extra
indentation means that the newlines that were there before are no longer
needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants