[FRONTEND] Removed circular import that broke Python 3.6 support (#272)

This commit is contained in:
Philippe Tillet
2021-09-09 13:46:55 -07:00
committed by GitHub
parent 585e5cd0ec
commit 43723ccb95
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import triton
import triton.language as tl
from . import core as tl
# Notes