From aad50ce7dcd122dcc9f1bf1ee62dcbbb23fe90d1 Mon Sep 17 00:00:00 2001 From: Brent Moran Date: Fri, 6 Dec 2024 15:21:11 +0800 Subject: [PATCH] remove unused imports --- conftest.py | 1 - mathesar/tests/test_analytics.py | 1 - 2 files changed, 2 deletions(-) diff --git a/conftest.py b/conftest.py index 1b88819355..4132a6191f 100644 --- a/conftest.py +++ b/conftest.py @@ -1,6 +1,5 @@ import pytest import random -import responses import string import os import psycopg diff --git a/mathesar/tests/test_analytics.py b/mathesar/tests/test_analytics.py index a91272e9c4..0f31b2d949 100644 --- a/mathesar/tests/test_analytics.py +++ b/mathesar/tests/test_analytics.py @@ -10,7 +10,6 @@ from django.core.cache import cache from django.db import IntegrityError import pytest -import requests from mathesar import analytics from mathesar.models.analytics import AnalyticsReport, InstallationID from mathesar.models.base import Database, Server