Skip to content

Commit 02214ca

Browse files
committed
fix(cl): fix lint problems
1 parent b3e3e7f commit 02214ca

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

cl/alerts/tests/tests_recap_alerts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
index_docket_parties_in_es,
6767
)
6868
from cl.stats.models import Stat
69-
from cl.tests.cases import ESIndexTestCase, TestCase
69+
from cl.tests.cases import ESIndexTestCase
7070
from cl.tests.mixins import RECAPSearchMixin, SearchAlertsMixin
7171
from cl.tests.utils import MockResponse
7272
from cl.users.factories import UserProfileWithParentsFactory

cl/donate/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
from cl.donate.api_views import MembershipWebhookViewSet
1414
from cl.donate.factories import NeonWebhookEventFactory
1515
from cl.donate.models import NeonMembership, NeonWebhookEvent
16-
from cl.users.factories import UserProfileWithParentsFactory
1716
from cl.tests.cases import TestCase
17+
from cl.users.factories import UserProfileWithParentsFactory
1818
from cl.users.models import UserProfile
1919
from cl.users.utils import create_stub_account
2020

cl/search/tests/tests_es_opinion.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,9 +1214,7 @@ def test_verify_empty_lists_type_fields_after_partial_update(self):
12141214
self.assertEqual(r.data["results"][0][field], [])
12151215

12161216

1217-
class OpinionsESSearchTest(
1218-
SearchMixin, ESIndexTestCase
1219-
):
1217+
class OpinionsESSearchTest(SearchMixin, ESIndexTestCase):
12201218
@classmethod
12211219
def setUpTestData(cls):
12221220
super().setUpTestData()

0 commit comments

Comments
 (0)