Reorder LMS imports using isort

This commit is contained in:
Andy Armstrong
2017-05-30 09:42:18 -04:00
parent 8d4db4ac4a
commit 79acb5c5be
553 changed files with 3100 additions and 3306 deletions

View File

@@ -2,6 +2,7 @@
Admin module for the rss_proxy djangoapp.
"""
from django.contrib import admin
from rss_proxy.models import WhitelistedRssUrl
admin.site.register(WhitelistedRssUrl)