mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-11 23:03:09 +00:00
Fixes for flake8.
This commit is contained in:
parent
fb98c370ec
commit
a15b6f8949
2 changed files with 1 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# For Django < 1.6 testrunner
|
||||
from .tests import *
|
||||
from .tests import * # NOQA
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ from django.utils.six import with_metaclass
|
|||
from django.db.models import Manager, ForeignKey, OneToOneField
|
||||
from django.db.models.base import ModelBase
|
||||
from django.db.models.signals import post_init
|
||||
from django.dispatch import receiver
|
||||
|
||||
from modeltranslation import settings as mt_settings
|
||||
from modeltranslation.fields import (NONE, create_translation_field, TranslationFieldDescriptor,
|
||||
|
|
|
|||
Loading…
Reference in a new issue