Skip to content

Commit

Permalink
Delete from __future__ import annotations since it requires Python …
Browse files Browse the repository at this point in the history
…3.7+ (#11889)
  • Loading branch information
Krzysztof Parzyszek committed Jun 24, 2022
1 parent b1fed2d commit d439f6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/meta_schedule/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
"""A context manager that profiles tuning time cost for different parts."""
from __future__ import annotations

import logging
from contextlib import contextmanager
Expand Down

0 comments on commit d439f6c

Please sign in to comment.