Skip to content

Commit fc66113

Browse files
committed
lint
1 parent 8781c63 commit fc66113

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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)