Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mathemancer committed Dec 6, 2024
1 parent 9c19811 commit aad50ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
import random
import responses
import string
import os
import psycopg
Expand Down
1 change: 0 additions & 1 deletion mathesar/tests/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aad50ce

Please sign in to comment.