Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FRONTEND] Fix unnecessary pylint errors #15838

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/python/frontend/keras/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
# prevent Keras from using up all gpu memory
import keras

import pytest
import tvm
from tvm import relay
from tvm.contrib import graph_executor
import tvm.testing
import pytest

if tf.executing_eagerly():
GPUS = tf.config.experimental.list_physical_devices("GPU")
Expand Down
2 changes: 1 addition & 1 deletion tests/python/frontend/oneflow/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

import numpy as np
import oneflow as flow
from packaging import version as package_version
import tvm
import tvm.testing
import tvm.topi.testing
from tvm import relay
from packaging import version as package_version

MODEL_HOME = "test_model"

Expand Down