From b14eee700b5b7d405ddbeaec642d6464e74e60a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=ED=98=B8=EA=B1=B4?= Date: Mon, 13 Oct 2025 18:28:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remove=20unused=20=5F=5Ff?= =?UTF-8?q?uture=5F=5F=20import=20(for=20pyright=20strict=20users)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sqlmodel/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sqlmodel/main.py b/sqlmodel/main.py index 7c916f79af..05cbc15b73 100644 --- a/sqlmodel/main.py +++ b/sqlmodel/main.py @@ -1,5 +1,3 @@ -from __future__ import annotations - import ipaddress import uuid import weakref