Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 0efd853

Browse files
committed
chore: make lint
1 parent e3dd9a7 commit 0efd853

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import vcr
66
from django.conf import settings
77
from shared.reports.resources import Report, ReportFile, ReportLine
8-
from shared.storage.memory import MemoryStorageService
98
from shared.utils.sessions import Session
109

1110
# we need to enable this in the test environment since we're often creating

graphql_api/tests/test_test_analytics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
get_results,
2121
)
2222
from services.redis_configuration import get_redis_connection
23-
from services.storage import StorageService
2423

2524
from .helper import GraphQLTestHelper
2625

graphql_api/types/test_analytics/test_analytics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import datetime as dt
22
import logging
33
from base64 import b64decode, b64encode
4-
from collections import defaultdict
54
from dataclasses import dataclass
65
from typing import Any, TypedDict
76

0 commit comments

Comments
 (0)