Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion python/semantic_kernel/connectors/oracle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2025, Oracle Corporation. All rights reserved. # noqa: CPY001
# Copyright (c) Microsoft. All rights reserved.
# Copyright (c) 2025, Oracle Corporation. All rights reserved.

# Standard Library
import array
Expand Down Expand Up @@ -67,6 +68,7 @@
# Explicit module exports:
# Only expose high-level entry points; keep helpers internal.
__all__ = [
"OracleCollection",
"OracleSettings",
"OracleStore",
]
Expand Down
Loading