mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove double import
This commit is contained in:
parent
e7a0cf7342
commit
96e6752324
@ -5,7 +5,6 @@ Passes URL lookup downstream to each app as required.
|
||||
"""
|
||||
|
||||
from django.urls import include, path, re_path
|
||||
from django.urls import path
|
||||
from django.contrib import admin
|
||||
|
||||
from company.urls import company_urls
|
||||
|
Loading…
Reference in New Issue
Block a user