missing import

This commit is contained in:
bkfox 2020-05-20 15:22:58 +02:00
parent 20d8ddd602
commit 8f77162526

View File

@ -12,11 +12,10 @@ from django.template.loader import render_to_string
from django.utils import timezone as tz
from aircox import settings
from aircox.models import Station, Sound
from aircox.models import Station, Sound, Port
from aircox.utils import to_seconds
from .connector import Connector
from .models import Port
__all__ = ['BaseMetadata', 'Request', 'Streamer', 'Source',