Skip to content

Commit

Permalink
Update relay_translator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and junrushao committed Jan 25, 2023
1 parent d88200d commit dd1702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relax/testing/relay_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# pylint: disable=unused-argument, invalid-name, no-else-return
# pylint: disable=unused-argument, invalid-name, no-else-return, too-many-nested-blocks
"""Relay to Relax translator."""

from typing import Any, Dict, List, Optional
Expand Down

0 comments on commit dd1702e

Please sign in to comment.