This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/develop by this push:
new eef9d7e5 AIRAVATA-3696 removing unused import
eef9d7e5 is described below
commit eef9d7e5bbc781291e5dc21ce5f683b17517b436
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Apr 27 11:02:24 2023 -0400
AIRAVATA-3696 removing unused import
---
django_airavata/settings.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/django_airavata/settings.py b/django_airavata/settings.py
index 1508324e..a2cf382a 100644
--- a/django_airavata/settings.py
+++ b/django_airavata/settings.py
@@ -14,7 +14,6 @@ import os
import sys
from airavata_django_portal_commons import dynamic_apps
-from pkg_resources import iter_entry_points
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))