aboutsummaryrefslogtreecommitdiff
path: root/tests/models
diff options
context:
space:
mode:
authorMax Nanis2026-08-20 11:20:00 -0700
committerMax Nanis2026-08-20 11:20:00 -0700
commit77e64ac954a7738b93a85fefde25fd6436e75737 (patch)
treefa1c00da0890ec90b376f0bd4af1255753467198 /tests/models
parentc6c439970d2167e7afce5f99fef11ab0126162e2 (diff)
downloadgeneralresearch-77e64ac954a7738b93a85fefde25fd6436e75737.tar.gz
generalresearch-77e64ac954a7738b93a85fefde25fd6436e75737.zip
TestPostgresDjangoCreation, pytz to tomlHEADmaster
Diffstat (limited to 'tests/models')
-rw-r--r--tests/models/custom_types/test_aware_datetime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/models/custom_types/test_aware_datetime.py b/tests/models/custom_types/test_aware_datetime.py
index a23413c..14d1343 100644
--- a/tests/models/custom_types/test_aware_datetime.py
+++ b/tests/models/custom_types/test_aware_datetime.py
@@ -4,7 +4,7 @@ from typing import Optional
import pytest
import pytz
-from pydantic import BaseModel, ValidationError, Field
+from pydantic import BaseModel, Field, ValidationError
from generalresearch.models.custom_types import AwareDatetimeISO