From 377b2f94cec893acad95cdfdad189ca79eb044ed Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 10 Jul 2019 23:54:33 +1000 Subject: [PATCH] Remove unused io module --- InvenTree/InvenTree/settings.py | 1 - 1 file changed, 1 deletion(-) 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, ...)