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

Missing f prefix on f-strings fix #7481

Merged
merged 1 commit into from
Apr 24, 2022

Conversation

code-review-doctor
Copy link
Contributor

Fixes #7480

@lgtm-com
Copy link

lgtm-com bot commented Apr 24, 2022

This pull request introduces 1 alert when merging 8198914 into 969e36a - view on LGTM.com

new alerts:

  • 1 for Module is imported with 'import' and 'import from'

@auvipy auvipy added this to the 5.3 milestone Apr 24, 2022
@codecov
Copy link

codecov bot commented Apr 24, 2022

Codecov Report

Merging #7481 (8198914) into master (fe0e50e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #7481   +/-   ##
=======================================
  Coverage   89.27%   89.27%           
=======================================
  Files         138      138           
  Lines       16788    16788           
  Branches     2454     2454           
=======================================
  Hits        14988    14988           
  Misses       1568     1568           
  Partials      232      232           
Flag Coverage Δ
unittests 89.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
celery/backends/dynamodb.py 97.75% <ø> (ø)
celery/backends/asynchronous.py 67.09% <0.00%> (ø)

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 969e36a...8198914. Read the comment docs.

@auvipy auvipy merged commit ab2bcc0 into celery:master Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing f prefix on f-strings
2 participants