Skip to content
Snippets Groups Projects
Commit 414054ff authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Remove unneeded import from search/views.py

parent 49fcf76c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ from django.views.decorators.http import require_POST, require_GET ...@@ -7,7 +7,6 @@ from django.views.decorators.http import require_POST, require_GET
from .forms import MainSearchForm from .forms import MainSearchForm
from .utils import get_search_results_as_ligolw from .utils import get_search_results_as_ligolw
from core.http import check_and_serve_file from core.http import check_and_serve_file
from core.vfile import VersionedFile
from events.view_utils import flexigridResponse as events_flex from events.view_utils import flexigridResponse as events_flex
from superevents.search_flex import flexigridResponse as superevents_flex from superevents.search_flex import flexigridResponse as superevents_flex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment