aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.39k stars 159 forks source link

Reformat using black #814

Closed Pliner closed 3 years ago

Pliner commented 3 years ago

What do these changes do?

It forces the format style which black uses by default.

codecov[bot] commented 3 years ago

Codecov Report

Merging #814 (896a28a) into master (3f88275) will decrease coverage by 0.00%. The diff coverage is 94.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #814      +/-   ##
==========================================
- Coverage   93.25%   93.24%   -0.01%     
==========================================
  Files          11       11              
  Lines        1526     1525       -1     
  Branches      179      179              
==========================================
- Hits         1423     1422       -1     
  Misses         72       72              
  Partials       31       31              
Impacted Files Coverage Δ
aiopg/sa/transaction.py 84.81% <ø> (ø)
aiopg/utils.py 86.36% <75.00%> (ø)
aiopg/sa/connection.py 88.03% <84.21%> (ø)
aiopg/sa/result.py 90.77% <85.71%> (ø)
aiopg/connection.py 95.81% <96.55%> (ø)
aiopg/__init__.py 100.00% <100.00%> (ø)
aiopg/pool.py 94.46% <100.00%> (ø)
aiopg/sa/__init__.py 100.00% <100.00%> (ø)
aiopg/sa/engine.py 99.13% <100.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 3f88275...896a28a. Read the comment docs.