juanifioren / django-oidc-provider

OpenID Connect and OAuth2 provider implementation for Djangonauts.
http://django-oidc-provider.readthedocs.org
MIT License
423 stars 238 forks source link

Add import to ease following the tutorial. #327

Closed RubenGarcia closed 5 years ago

RubenGarcia commented 5 years ago

The only failing check: /home/travis/build/juanifioren/django-oidc-provider/oidc_provider/lib/utils/oauth2.py:24:30: W605 invalid escape sequence '\s' seems to have nothing to do with my change, and will probably also fail in the original juanifioren:master

juanifioren commented 5 years ago

Hi @RubenGarcia the snipped showed in the docs are just as reference, to reduce code. I think imports are not necessary. Thanks for reporting!