Removed unused imports

This commit is contained in:
Matthew Smith
2019-12-04 19:18:43 +00:00
parent bb44b0c88b
commit c4cad76653
8 changed files with 8 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
from django.urls import path, include
from django.urls import path
from assets import views
from PyRIGS.decorators import permission_required_with_403