Undefuned names: import os for line 324 & import re for line 308 (#6003)
authorChristian Clauss <cclauss@me.com>
Tue, 7 Jul 2020 16:10:24 +0000 (18:10 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2020 16:10:24 +0000 (09:10 -0700)
python/tvm/target/target.py

index dc8c446..ef7d764 100644 (file)
@@ -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