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


The following commit(s) were added to refs/heads/master by this push:
     new b641e02  Removing unused import
b641e02 is described below

commit b641e0202e986fd88909e47cb53fbe288f3b09e5
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Jul 19 15:52:13 2019 -0400

    Removing unused import
---
 django_airavata/urls.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/django_airavata/urls.py b/django_airavata/urls.py
index d942c5f..70da707 100644
--- a/django_airavata/urls.py
+++ b/django_airavata/urls.py
@@ -17,7 +17,6 @@ from django.conf import settings
 from django.conf.urls import include, url
 from django.conf.urls.static import static
 from django.contrib import admin
-from django.http import HttpResponse
 from wagtail.admin import urls as wagtailadmin_urls
 from wagtail.core import urls as wagtail_urls
 from wagtail.documents import urls as wagtaildocs_urls

Reply via email to