Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-murray committed Sep 8, 2021
1 parent 0ad68fe commit f3943a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions djangocms_snippet/cms_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from cms.app_base import CMSAppConfig

from django.conf import settings

from cms.app_base import CMSAppConfig

from .models import Snippet


Expand All @@ -11,7 +11,9 @@ class SnippetCMSAppConfig(CMSAppConfig):
)

if djangocms_versioning_enabled:
from djangocms_versioning.datastructures import VersionableItem, default_copy
from djangocms_versioning.datastructures import (
VersionableItem, default_copy,
)

versioning = [
VersionableItem(
Expand Down
2 changes: 1 addition & 1 deletion djangocms_snippet/migrations/0009_auto_20210811_0942.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by Django 2.2.24 on 2021-08-11 09:42

from django.db import migrations, models
import django.db.models.deletion
from django.db import migrations, models


class Migration(migrations.Migration):
Expand Down

0 comments on commit f3943a3

Please sign in to comment.