This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 8e71dce3c696d1cf898fc9dd8aabb33d124fec21 Author: Marcus Christie <[email protected]> AuthorDate: Wed Aug 28 10:59:22 2019 -0400 lint error: removing unused import --- django_airavata/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/django_airavata/settings.py b/django_airavata/settings.py index e90e324..e18c077 100644 --- a/django_airavata/settings.py +++ b/django_airavata/settings.py @@ -15,8 +15,6 @@ from importlib import import_module from pkg_resources import iter_entry_points -from django_airavata.app_config import enhance_custom_app_config - from . import webpack_loader_util # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
