Skip to content

Commit

Permalink
Undefuned names: import os for line 324 & import re for line 308 (#6003)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 7, 2020
1 parent b1c5945 commit 3f13566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/tvm/target/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# specific language governing permissions and limitations
# under the License.
"""Target data structure."""
import os
import re
import warnings
import tvm._ffi

Expand Down

0 comments on commit 3f13566

Please sign in to comment.