Skip to content

Commit b2d3ea2

Browse files
committed
removing extra line
1 parent 69e368b commit b2d3ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • integrations/oracle/src/haystack_integrations/document_stores/oracle

integrations/oracle/src/haystack_integrations/document_stores/oracle/document_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
_SAFE_TABLE_NAME = re.compile(r"^[A-Za-z_][A-Za-z0-9_$#]{0,127}$")
3030

31+
3132
@dataclass
3233
class OracleConnectionConfig:
3334
"""Connection parameters for Oracle Database.
@@ -215,7 +216,6 @@ def __init__(
215216
if create_index:
216217
self.create_hnsw_index()
217218

218-
219219
def _get_pool(self) -> oracledb.ConnectionPool:
220220
if self._pool is not None:
221221
return self._pool

0 commit comments

Comments
 (0)