From ef56d08f2ac9118d4b558cbd97e8996b9d4fda1e Mon Sep 17 00:00:00 2001 From: honglei Date: Fri, 25 Aug 2023 18:15:17 +0800 Subject: [PATCH] remove unused import in test_model_copy.py --- tests/test_model_copy.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_model_copy.py b/tests/test_model_copy.py index 74cd534..d21a6e4 100644 --- a/tests/test_model_copy.py +++ b/tests/test_model_copy.py @@ -1,8 +1,5 @@ from typing import Optional -import pytest -from pydantic import field_validator -from pydantic.error_wrappers import ValidationError from sqlmodel import Field, Session, SQLModel, create_engine