mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-02 20:54:48 +00:00
Remove unused imports from AppConfig module.
This commit is contained in:
parent
16e48e50be
commit
9b18e4833a
1 changed files with 0 additions and 3 deletions
|
|
@ -4,11 +4,8 @@ from __future__ import print_function
|
|||
|
||||
from django.apps import AppConfig
|
||||
from django.conf import settings, ImproperlyConfigured
|
||||
from django.db import DatabaseError
|
||||
from django.db.models import signals
|
||||
|
||||
from dddp import autodiscover
|
||||
from dddp.models import Connection
|
||||
|
||||
|
||||
class DjangoDDPConfig(AppConfig):
|
||||
|
|
|
|||
Loading…
Reference in a new issue