Skip to content

Commit 244546b

Browse files
authored
Remove typing true flag from executorch
Differential Revision: D65343496 Pull Request resolved: #6612
1 parent 97a4600 commit 244546b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backends/arm/quantizer/TARGETS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
33
python_library(
44
name = "arm_quantizer",
55
srcs = ["arm_quantizer.py"],
6-
typing = True,
76
deps = [
87
":arm_quantizer_utils",
98
"//caffe2:torch",
@@ -15,7 +14,6 @@ python_library(
1514
python_library(
1615
name = "quantization_config",
1716
srcs = ["quantization_config.py"],
18-
typing = True,
1917
deps = [
2018
"//caffe2:torch",
2119
],
@@ -24,7 +22,6 @@ python_library(
2422
python_library(
2523
name = "arm_quantizer_utils",
2624
srcs = ["arm_quantizer_utils.py"],
27-
typing = True,
2825
deps = [
2926
":quantization_config",
3027
],

0 commit comments

Comments
 (0)