]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/urls.py
trivial: apply new pre-commit hooks
[chloro.git] / chloro / phyll / urls.py
index 6de4516ce7b50e2948e75dca048367360496e789..bc58fbd6420bab467fbe4bd91887785ac13382df 100644 (file)
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+import ckeditor.views as ckeditor_views
 from django.conf.urls import url
 from django.contrib.admin.views.decorators import staff_member_required
 from django.views.decorators.cache import never_cache
 
-import ckeditor.views as ckeditor_views
-
 from . import views
 
 urlpatterns = [