Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 9, 2021
1 parent e368f29 commit b5e4207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/frontend/onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
# pylint: disable=invalid-name, import-self, len-as-condition, unused-argument, too-many-lines
# pylint: disable=import-outside-toplevel
# pylint: disable=import-outside-toplevel, no-else-return
"""ONNX: Open Neural Network Exchange frontend for Relay."""
import copy
import warnings
Expand Down

0 comments on commit b5e4207

Please sign in to comment.