dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
221 stars 125 forks source link

Fixes linter #725

Closed elena-kolevska closed 2 months ago

elena-kolevska commented 2 months ago

Flake8 linter passes locally, but fails in CI (with the same version). This addresses the formatting it's complaining about.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 86.10%. Comparing base (fc0e9d1) to head (b07e76c). Report is 25 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #725 +/- ## ========================================== - Coverage 86.37% 86.10% -0.27% ========================================== Files 79 77 -2 Lines 4094 4118 +24 ========================================== + Hits 3536 3546 +10 - Misses 558 572 +14 ```

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

berndverst commented 2 months ago

Fixed in another PR.