Skip to content

Commit a931676

Browse files
committed
Update
[ghstack-poisoned]
1 parent dbcab6c commit a931676

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

backends/apple/coreml/test/tester.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
git # Copyright (c) Meta Platforms, Inc. and affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
# All rights reserved.
33
#
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
from typing import Any, Callable, List, Optional, Sequence, Tuple, Type
7+
from typing import Any, List, Optional, Tuple
88

99
import executorch
1010
import executorch.backends.test.harness.stages as BaseStages
@@ -59,4 +59,3 @@ def __init__(
5959
example_inputs=example_inputs,
6060
dynamic_shapes=dynamic_shapes,
6161
)
62-

0 commit comments

Comments
 (0)