Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Sep 18, 2024
1 parent 5e3c972 commit 67151ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from cms.test_utils.testcases import CMSTestCase

from django.shortcuts import reverse

Check failure on line 1 in tests/test_admin.py

View workflow job for this annotation

GitHub Actions / isort

Imports are incorrectly sorted and/or formatted.
from django.test import TestCase, RequestFactory
from django.contrib.auth.models import User
Expand All @@ -8,7 +6,6 @@
from djangocms_versioning.helpers import proxy_model

from filer.models import File, Folder
from filer.admin.folderadmin import FolderAdmin

from tests.base import BaseFilerVersioningTestCase

Expand Down

0 comments on commit 67151ed

Please sign in to comment.