remove unneeded imports

This commit is contained in:
Matthias 2021-11-18 16:18:08 +01:00
parent 3af426bdd7
commit 6ab0e68000
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1,8 +1,6 @@
""" """
URL lookup for plugin app URL lookup for plugin app
""" """
from django.conf.urls import url, include
from django.conf import settings from django.conf import settings