remove double import

This commit is contained in:
Matthias 2022-05-01 22:13:35 +02:00
parent e7a0cf7342
commit 96e6752324
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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