diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index 5f7b868dc3..cb154229d8 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -14,7 +14,6 @@ database setup in this file. import os import logging import tempfile -import io import yaml # Build paths inside the project like this: os.path.join(BASE_DIR, ...)