Chore: Remove unused test helpers

This commit is contained in:
stumpylog
2026-09-20 16:32:31 -07:00
committed by GitHub
parent 8705bd510a
commit 46db7217ee
2 changed files with 0 additions and 43 deletions
-6
View File
@@ -1,5 +1,4 @@
import shutil
import zoneinfo
from collections.abc import Generator
from dataclasses import dataclass
from pathlib import Path
@@ -117,11 +116,6 @@ def _search_index(
reset_backend()
@pytest.fixture()
def settings_timezone(settings: Settings) -> zoneinfo.ZoneInfo:
return zoneinfo.ZoneInfo(settings.TIME_ZONE)
@pytest.fixture
def rest_api_client():
"""