cleaned import

This commit is contained in:
Yannick Stephan
2025-02-16 14:45:45 +01:00
parent 3fef8201c6
commit a0844bca28
12 changed files with 16 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ try:
except ImportError as e:
raise ImportError(
"oracledb library is not installed. Please install it to proceed."
"`oracledb` library is not installed. Please install it via pip: `pip install oracledb`."
) from e