Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 16ed89c

Browse files
tqchenYuchenJin
authored andcommitted
Update relay_translator.py
1 parent cbe5d33 commit 16ed89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relax/testing/relay_translator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
# pylint: disable=unused-argument, invalid-name, no-else-return
17+
# pylint: disable=unused-argument, invalid-name, no-else-return, too-many-nested-blocks
1818
"""Relay to Relax translator."""
1919

2020
from typing import Any, Dict, List, Optional

0 commit comments

Comments
 (0)