Skip to content

Commit 8a3d079

Browse files
committed
lint
1 parent b981fef commit 8a3d079

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

core/commands/pull/interactors/tests/test_fetch_pull_request.py

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ async def test_fetch_pull_request(self):
3232
assert pr == self.pr
3333

3434

35-
# Not part of the class because TestCase cannot be parametrized
3635
@freeze_time("2024-07-01 12:00:00")
3736
@pytest.mark.parametrize(
3837
"pr_state, updatestamp, expected",

graphql_api/types/file/file.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import hashlib
22

33
from ariadne import ObjectType
4-
from asgiref.sync import sync_to_async
54
from shared.utils.merge import LineType, line_type
65

76
from graphql_api.types.enums import CoverageLine

graphql_api/types/path_contents/path_content.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from typing import List, Union
22

33
from ariadne import InterfaceType, ObjectType, UnionType
4-
from asgiref.sync import sync_to_async
54

65
from graphql_api.helpers.connection import (
76
ArrayConnection,

services/tests/test_sentry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from unittest.mock import MagicMock, patch
33

44
import jwt
5-
from django.test import TransactionTestCase, TestCase, override_settings
5+
from django.test import TestCase, TransactionTestCase, override_settings
66
from shared.django_apps.core.tests.factories import OwnerFactory
77

88
from services.sentry import (

0 commit comments

Comments
 (0)