mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 10:52:16 +00:00
CHORE: Fix pep8
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
import logging
|
|
||||||
|
|
||||||
from diff_match_patch import diff_match_patch
|
from diff_match_patch import diff_match_patch
|
||||||
from django.contrib.contenttypes.models import ContentType
|
from django.contrib.contenttypes.models import ContentType
|
||||||
from django.core.exceptions import ObjectDoesNotExist
|
from django.core.exceptions import ObjectDoesNotExist
|
||||||
@@ -7,8 +5,6 @@ from django.db.models import EmailField, IntegerField, TextField, CharField, Boo
|
|||||||
from django.utils.functional import cached_property
|
from django.utils.functional import cached_property
|
||||||
from reversion.models import Version, VersionQuerySet
|
from reversion.models import Version, VersionQuerySet
|
||||||
|
|
||||||
logger = logging.getLogger('tec.pyrigs')
|
|
||||||
|
|
||||||
|
|
||||||
class RevisionMixin:
|
class RevisionMixin:
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user