alysivji / falcon-apispec

apispec plugin that generates OpenAPI specification (aka Swagger Docs) for Falcon web applications.
MIT License
44 stars 31 forks source link

falcon.py -> falcon_plugin.py to fix rel imports for py2.7 #11

Closed xtaje closed 5 years ago

xtaje commented 5 years ago

Python 2.7 seems to have problems with this import.

codecov-io commented 5 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #11   +/-   ##
=======================================
  Coverage   97.05%   97.05%           
=======================================
  Files           3        3           
  Lines          34       34           
=======================================
  Hits           33       33           
  Misses          1        1
Impacted Files Coverage Δ
falcon_apispec/falcon_plugin.py 96.77% <ø> (ø)
falcon_apispec/__init__.py 100% <100%> (ø) :arrow_up:

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 40d0504...031524e. Read the comment docs.

alysivji commented 5 years ago

Cut a new release and uploaded to PyPI. Cheers!

🎉