diff --git a/b3lb/rest/b3lb/endpoints.py b/b3lb/rest/b3lb/endpoints.py index b51f708..2485df2 100644 --- a/b3lb/rest/b3lb/endpoints.py +++ b/b3lb/rest/b3lb/endpoints.py @@ -18,7 +18,7 @@ import aiohttp from aiohttp.web_request import URL from asgiref.sync import sync_to_async -from rest.models import Meeting, Metric, Stats, SecretMeetingList, Asset, Parameter +from rest.models import Meeting, Metric, Stats, SecretMeetingList, Parameter from django.http import HttpResponse, HttpResponseRedirect, HttpResponseBadRequest from django.core.exceptions import ObjectDoesNotExist import rest.b3lb.lb as lb