aiohttp-apispec icon indicating copy to clipboard operation
aiohttp-apispec copied to clipboard

Fix return type for setup_aiohttp_apispec

Open KurganskyVladimir opened this issue 2 years ago • 1 comments

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

KurganskyVladimir avatar Apr 14 '22 09:04 KurganskyVladimir

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.

codecov-commenter avatar May 04 '22 10:05 codecov-commenter