You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
# All rights reserved.
3
+
#
4
+
# This source code is licensed under the BSD-style license found in the
5
+
# LICENSE file in the root directory of this source tree.
6
+
7
+
# pyre-unsafe
8
+
9
+
fromexecutorch.exir.common_schemaimportScalarType# noqa [F401] 'executorch.exir.common_schema.ScalarType' imported but unused
10
+
importwarnings
11
+
warnings.warn("executorch.exir.scalar_type is deprecated and will be removed in a future release. Please use executorch.exir.common_schema instead", DeprecationWarning)
0 commit comments