From 6ab0e680000e08516deeb6bef0d6e74b5798c4ef Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 18 Nov 2021 16:18:08 +0100 Subject: [PATCH] remove unneeded imports --- InvenTree/plugin/urls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/plugin/urls.py b/InvenTree/plugin/urls.py index 584cf56299..558197cada 100644 --- a/InvenTree/plugin/urls.py +++ b/InvenTree/plugin/urls.py @@ -1,8 +1,6 @@ """ URL lookup for plugin app """ - -from django.conf.urls import url, include from django.conf import settings