Skip to content
Snippets Groups Projects
Unverified Commit cc831f8f authored by Aarif's avatar Aarif Committed by GitHub
Browse files

ran python-modernize and isort on files mentioned in INCR-348 (#21017)

parent 87e58c86
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ URLconf for development-only views.
This gets imported by urls.py and added to its URLconf if we are running in
development mode; otherwise, it is ignored.
"""
from __future__ import absolute_import
from django.conf.urls import url
from contentstore.views.dev import dev_mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment