Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vandanavk committed May 14, 2019
1 parent 6cb12a0 commit f1f5b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/mxnet/contrib/onnx/mx2onnx/_op_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
from __future__ import print_function
from __future__ import unicode_literals

import re, sys
import re
import sys
import logging
import numpy as np
from .export_onnx import MXNetGraph as mx_op
Expand Down

0 comments on commit f1f5b3f

Please sign in to comment.