See #297: removed unused imports
This commit is contained in:
parent
639882bd34
commit
9427f8b56e
82 changed files with 22 additions and 131 deletions
|
|
@ -1,6 +1,5 @@
|
|||
from django.db import models
|
||||
from django.utils import timezone
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.contrib.postgres.fields import JSONField
|
||||
from django.contrib.contenttypes.fields import GenericForeignKey
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
|
|
@ -77,7 +76,6 @@ class RadioSession(models.Model):
|
|||
@property
|
||||
def radio(self):
|
||||
from .registries import registry
|
||||
from . import radios
|
||||
|
||||
return registry[self.radio_type](session=self)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue