From 540839cf4cf501498dfe33e45cb4f9134d326b9d Mon Sep 17 00:00:00 2001 From: chiri Date: Sun, 31 Aug 2025 12:41:19 +0300 Subject: [PATCH] remove unused import --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ceda28cb..e9b54ac9 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,6 @@ Create new instance of ConnectionPool and start querying. You don't need to startup connection pool, the connection pool will create connections as needed. ```python -from typing import Any - from psqlpy import ConnectionPool, QueryResult