From 77312b031a4d4a0b2692e28a94533eb2fb7fca6b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 16 Oct 2021 17:54:34 +0200 Subject: [PATCH] PEP fixes --- InvenTree/InvenTree/settings.py | 1 - InvenTree/plugin/apps.py | 1 - 2 files changed, 2 deletions(-) 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