Skip to content

Commit

Permalink
fix: submodule packaging for bazel (#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Sep 17, 2024
1 parent 17e3e8e commit f780d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/phoenix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
- Explore model performance, drift, and data quality metrics
"""

# The following line is needed to ensure that other modules using the
# `phoenix.*` path can be discovered by Bazel. For details,
# see: https://github.com/Arize-ai/openinference/issues/398
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

__all__ = [
"__version__",
"active_session",
Expand Down

0 comments on commit f780d34

Please sign in to comment.