This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 28abfdfe5 fix(python/adbc_driver_manager): remove unused typing
imports (#4049)
28abfdfe5 is described below
commit 28abfdfe530bea3ab7f8fa491d8179e79767df30
Author: Emil Sadek <[email protected]>
AuthorDate: Wed Mar 4 20:40:32 2026 -0800
fix(python/adbc_driver_manager): remove unused typing imports (#4049)
Closes #4048
Co-authored-by: Emil Sadek <[email protected]>
---
python/adbc_driver_manager/adbc_driver_manager/_lib.pyi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/adbc_driver_manager/adbc_driver_manager/_lib.pyi
b/python/adbc_driver_manager/adbc_driver_manager/_lib.pyi
index fe42c0d92..628f43c36 100644
--- a/python/adbc_driver_manager/adbc_driver_manager/_lib.pyi
+++ b/python/adbc_driver_manager/adbc_driver_manager/_lib.pyi
@@ -20,7 +20,7 @@
import enum
import pathlib
import typing
-from typing import overload, Any, ClassVar, List, Literal, Optional, Tuple,
Union
+from typing import Any, List, Optional, Tuple, Union
import typing_extensions
from typing_extensions import CapsuleType