Update oracle_impl.py

This commit is contained in:
Saifeddine ALOUI 2025-01-27 09:36:34 +01:00 committed by GitHub
parent 3fdeeff8ba
commit ecadb71556
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,11 @@ from dataclasses import dataclass
from typing import Union
import numpy as np
import array
import pipmaster as pm
if not pm.is_installed("oracledb"):
pm.install("oracledb")
from ..utils import logger
from ..base import (