unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Use raw strings when dealing with regexes. #91

Closed somexpert closed 5 years ago

somexpert commented 5 years ago

ping @ldko, @madhulika95b, this is ready for review. Fixes some flake8 issues related to not using raw strings within regexes.