falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

Style updates after black format #1927

Closed CaselIT closed 3 years ago

CaselIT commented 3 years ago

Fixes #1926

CaselIT commented 3 years ago

did we leave out something else in the black pr?

also feel free to push or note other style changes to the code

codecov[bot] commented 3 years ago

Codecov Report

Merging #1927 (c0bcbec) into master (b42515c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1927   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6610      6610           
  Branches      1067      1067           
=========================================
  Hits          6610      6610           
Impacted Files Coverage Δ
falcon/__init__.py 100.00% <ø> (ø)
falcon/asgi/_asgi_helpers.py 100.00% <ø> (ø)
falcon/asgi/app.py 100.00% <ø> (ø)
falcon/asgi/response.py 100.00% <ø> (ø)
falcon/asgi/structures.py 100.00% <ø> (ø)
falcon/asgi/ws.py 100.00% <ø> (ø)
falcon/cmd/inspect_app.py 100.00% <ø> (ø)
falcon/errors.py 100.00% <ø> (ø)
falcon/http_error.py 100.00% <ø> (ø)
falcon/http_status.py 100.00% <ø> (ø)
... and 9 more

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 b42515c...c0bcbec. Read the comment docs.