flask-restful-swagger
flask-restful-swagger copied to clipboard
Fix warnings in Python 3.8
- Fix deprecation warning due to invalid escape sequences.
- Fix syntax warning over comparison of literals using is.
Fixes #144
@tirkarthi thanks for submitting this. Do you mind having a look at the recent changes that were pushed that include test coverage for this project?
Why don't we add a github action for python3.8, and incorporate your changes?
Have a look at this workflow file, and see if we could maybe modify it to help us out: https://github.com/rantav/flask-restful-swagger/blob/master/.github/workflows/docker37.yml