Skip to content

Commit

Permalink
Update _type_checker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored Nov 10, 2022
1 parent e0006a3 commit 2403203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/tir/schedule/_type_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import inspect
from typing import Any, Callable, Dict, List, Optional, Tuple, TypeVar, Union
import typing
import sys


def _is_none_type(type_: Any) -> bool:
Expand Down

0 comments on commit 2403203

Please sign in to comment.