Skip to content

Commit

Permalink
try silence pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Sep 17, 2020
1 parent 58e05d0 commit 4420f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/frontend/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
# pylint: disable=import-self, too-many-lines, len-as-condition, no-else-return, unused-variable, too-many-nested-blocks
# pylint: disable=consider-iterating-dictionary, invalid-name, unused-argument, unused-variable, broad-except
# pylint: disable=import-outside-toplevel, simplifiable-if-expression, unnecessary-comprehension
# pylint: disable=import-outside-toplevel, simplifiable-if-expression, cell-var-from-loop, unnecessary-lambda
"""PT: PyTorch frontend."""
import itertools
import logging
Expand Down

0 comments on commit 4420f3b

Please sign in to comment.