2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

remove unneeded imports

This commit is contained in:
Matthias
2021-11-18 16:18:08 +01:00
parent 3af426bdd7
commit 6ab0e68000

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