Skip to content

Commit

Permalink
Undefuned names: import os for line 324 & import re for line 308 (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and Trevor Morris committed Jul 14, 2020
1 parent 29d926c commit 5ee84ab
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 5ee84ab

Please sign in to comment.