Skip to content

Commit 4afe608

Browse files
lukebaumanncopybara-github
authored andcommitted
Expose is_pathways_backend_used in pathwaysutils.
This makes the `_initialize.is_pathways_backend_used` function directly accessible via `pathwaysutils.is_pathways_backend_used`. FUTURE_COPYBARA_INTEGRATE_REVIEW=#104 from AI-Hypercomputer:release 49f59b7 PiperOrigin-RevId: 800736450
1 parent 1659848 commit 4afe608

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pathwaysutils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
from pathwaysutils import _initialize
1616

1717
initialize = _initialize.initialize
18+
is_pathways_backend_used = _initialize.is_pathways_backend_used
19+
1820
del _initialize
1921

2022
# When changing this, also update the CHANGELOG.md.

0 commit comments

Comments
 (0)