Skip to content

Commit 307680f

Browse files
authored
[Triton] Fix exporting test-only module (#7000)
`_internal_testing.py` happens to live in this directory as well, just don't export the symbols in `triton/__init__.py`
1 parent 6aa49bb commit 307680f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/triton/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from . import language
2626
from . import testing
2727
from . import tools
28-
from ._filecheck import run_filecheck_test, filecheck_test, run_parser
2928

3029
must_use_result = language.core.must_use_result
3130

@@ -52,9 +51,6 @@
5251
"TritonError",
5352
"testing",
5453
"tools",
55-
"run_filecheck_test",
56-
"filecheck_test",
57-
"run_parser",
5854
]
5955

6056
# -------------------------------------

0 commit comments

Comments
 (0)