We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71de9ad commit 8ba5b36Copy full SHA for 8ba5b36
devtools/bundled_program/schema/test/test_schema.py
@@ -14,9 +14,7 @@
14
class TestSchema(unittest.TestCase):
15
def test_schema_sync(self) -> None:
16
# make the test work in both internal and oss.
17
- prefix = (
18
- "executorch/" if os.path.exists("executorch/schema/common.fbs") else ""
19
- )
+ prefix = ("executorch/" if os.path.exists("executorch/schema/common.fbs") else "")
20
21
self.assertTrue(
22
filecmp.cmp(
0 commit comments