diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index e5458f978d..a73d2952de 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -18,7 +18,6 @@ import random import string import shutil import sys -import pathlib import importlib from datetime import datetime diff --git a/InvenTree/plugin/apps.py b/InvenTree/plugin/apps.py index f4f2966d0a..b620b91b80 100644 --- a/InvenTree/plugin/apps.py +++ b/InvenTree/plugin/apps.py @@ -2,7 +2,6 @@ from __future__ import unicode_literals import pathlib from typing import OrderedDict -from allauth.socialaccount import app_settings from django.apps import AppConfig, apps from django.conf import settings