Skip to content

Commit 7ee123e

Browse files
ezrilowfacebook-github-bot
authored andcommitted
buckification
Summary: # Buckification Summary Buckified `ruamel-yaml==0.18.15`. This diff is part of the stack to import `ruamel-yaml==0.18.15`. Signals should be green prior to landing. If anything looks wrong, please look into the BUCK file and fix. If failed, please refer to the [Manual Buckification Wiki page](https://www.internalfb.com/wiki/Third-Party_%40_Meta/third-party/Using_mgt_to_Import_Third-Party_Code/Python_%28PyPI%29/Manual_Buckification_of_Packages/) to fix the BUCK file. Differential Revision: D82025749
1 parent e1ea74f commit 7ee123e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

exir/dialects/edge/_ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from executorch.exir.dialects.edge.op.api import to_variant
1717
from executorch.exir.dialects.edge.spec.utils import get_tensor_variable_names
1818

19-
# pyre-ignore
2019
from ruamel.yaml import YAML
2120
from torchgen.model import SchemaKind
2221

@@ -166,7 +165,6 @@ def __getitem__(self, arg_name: str) -> Set[torch.dtype]:
166165

167166

168167
def _load_edge_dialect_info() -> Dict[str, Dict[str, Any]]:
169-
# pyre-ignore
170168
yaml = YAML(typ="safe")
171169
edge_yaml = resources.read_text(edge_package, "edge.yaml", encoding="utf-8")
172170
edge_dialect_yaml_info = yaml.load(edge_yaml)

exir/dialects/edge/spec/gen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
op.aten_name if op.aten_name is not None else op.name: op for op in op_db
3535
}
3636

37-
# pyre-ignore
3837
yaml = ruamel.yaml.YAML()
3938

4039
dtr = DtypeRunner()

0 commit comments

Comments
 (0)