flask-restful-swagger icon indicating copy to clipboard operation
flask-restful-swagger copied to clipboard

Fix warnings in Python 3.8

Open tirkarthi opened this issue 4 years ago • 1 comments

  • Fix deprecation warning due to invalid escape sequences.
  • Fix syntax warning over comparison of literals using is.

Fixes #144

tirkarthi avatar May 23 '20 06:05 tirkarthi

@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

niall-byrne avatar May 29 '20 15:05 niall-byrne