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 6db19e6 Fixing linting error
6db19e6 is described below
commit 6db19e65d11953a27b92dbaff9139fa61ce39ce3
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Feb 18 17:48:39 2019 -0500
Fixing linting error
---
django_airavata/apps/api/views.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/django_airavata/apps/api/views.py
b/django_airavata/apps/api/views.py
index e2d5c7d..75df505 100644
--- a/django_airavata/apps/api/views.py
+++ b/django_airavata/apps/api/views.py
@@ -282,6 +282,7 @@ class ExperimentViewSet(APIBackedViewSet):
experiment_input.name))
experiment_input.value = None
+
class ExperimentSearchViewSet(mixins.ListModelMixin, GenericAPIBackedViewSet):
serializer_class = serializers.ExperimentSummarySerializer
pagination_class = APIResultPagination