There was an error while loading. Please reload this page.
1 parent a7803bb commit 8134737Copy full SHA for 8134737
1 file changed
core/wren/src/wren/connector/oracle.py
@@ -15,9 +15,6 @@
15
oracledb = None
16
17
from wren.connector.base import ConnectorABC, strip_trailing_semicolon
18
-
19
-# Back-compat private alias used by unit tests.
20
-_strip_trailing_semicolon = strip_trailing_semicolon
21
from wren.model.error import DIALECT_SQL, ErrorCode, ErrorPhase, WrenError
22
23
0 commit comments