Skip to content

Fix warnings in Python 3.8#145

Open
tirkarthi wants to merge 1 commit into
rantav:masterfrom
tirkarthi:fix-warnings
Open

Fix warnings in Python 3.8#145
tirkarthi wants to merge 1 commit into
rantav:masterfrom
tirkarthi:fix-warnings

Conversation

@tirkarthi

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

Fixes #144

* Fix deprecation warning due to invalid escape sequences.
* Fix syntax warning over comparison of literals using is.
@niall-byrne

niall-byrne commented May 29, 2020

Copy link
Copy Markdown
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warnings in Python 3.8

2 participants