Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKilian authored and liske committed Jul 27, 2021
1 parent 5b49ff6 commit 83f649c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b3lb/rest/b3lb/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83f649c

Please sign in to comment.