maximdanilchenko / aiohttp-apispec

Build and document REST APIs with aiohttp and apispec
https://aiohttp-apispec.rtfd.io
MIT License
220 stars 58 forks source link

Fix return type for setup_aiohttp_apispec #124

Closed KurganskyVladimir closed 1 year ago

KurganskyVladimir commented 2 years ago

Now setup_aiohttp_apispec returns AiohttpApiSpec instance and we need to fix return type.

codecov-commenter commented 2 years ago

Codecov Report

Merging #124 (b78c894) into master (34ccc58) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files           8        8           
  Lines         242      242           
=======================================
  Hits          231      231           
  Misses         11       11           
Impacted Files Coverage Δ
aiohttp_apispec/aiohttp_apispec.py 95.07% <ø> (ø)

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 34ccc58...b78c894. Read the comment docs.