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

Fix up some Python2-isms using pyupgrade #874

Merged
merged 1 commit into from May 10, 2022
Merged

Fix up some Python2-isms using pyupgrade #874

merged 1 commit into from May 10, 2022

Conversation

akx
Copy link
Member

@akx akx commented May 10, 2022

This purposefully does not touch u prefixes or % formatting.

@codecov
Copy link

codecov bot commented May 10, 2022

Codecov Report

Merging #874 (d28e498) into master (4fcc285) will decrease coverage by 0.05%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master     #874      +/-   ##
==========================================
- Coverage   91.34%   91.28%   -0.06%     
==========================================
  Files          23       23              
  Lines        4192     4178      -14     
==========================================
- Hits         3829     3814      -15     
- Misses        363      364       +1     
Impacted Files Coverage Δ
babel/__init__.py 100.00% <ø> (ø)
babel/languages.py 100.00% <ø> (ø)
babel/lists.py 100.00% <ø> (ø)
babel/localtime/__init__.py 64.10% <ø> (-0.90%) ⬇️
babel/localtime/_unix.py 23.61% <0.00%> (-1.05%) ⬇️
babel/messages/__init__.py 100.00% <ø> (ø)
babel/messages/checkers.py 80.00% <ø> (-0.25%) ⬇️
babel/messages/jslexer.py 86.66% <ø> (-0.15%) ⬇️
babel/messages/mofile.py 89.88% <0.00%> (-0.12%) ⬇️
babel/messages/plurals.py 100.00% <ø> (ø)
... and 31 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@akx akx merged commit 53a74f1 into master May 10, 2022
@akx akx deleted the de-py2 branch May 10, 2022 10:42
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

1 participant