caronc / apprise

Apprise - Push Notifications that work with just about every platform!
https://hub.docker.com/r/caronc/apprise
BSD 2-Clause "Simplified" License
10.94k stars 385 forks source link

Fixed series of pep8 fixes surfacinging in python 3.11 flake8 checks #1149

Closed caronc closed 6 days ago

caronc commented 6 days ago

Description:

Related issue (if applicable): #1148

Issues surfaced recently for some reason and became visible on the attached PR.

This corrects the E502 PEP8 issues that have clearly existed long before.

Checklist

Testing

Unit tests pass is all that is tested here

codecov-commenter commented 6 days ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.28%. Comparing base (35ed4d2) to head (e0a9d99).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1149 +/- ## ========================================== + Coverage 99.16% 99.28% +0.12% ========================================== Files 142 142 Lines 18429 18440 +11 Branches 3312 3763 +451 ========================================== + Hits 18275 18309 +34 + Misses 134 121 -13 + Partials 20 10 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.