Skip to content

Commit

Permalink
Fix mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxybazh committed Dec 22, 2021
1 parent cc428ea commit 6d76eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/meta_schedule/search_strategy/replay_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ReplayTrace(SearchStrategy):
def __init__(self, num_trials_per_iter: int, num_trials_total: int):
"""Constructor"""
self.__init_handle_by_constructor__(
_ffi_api.SearchStrategyReplayTrace, # pylint: disable=no-member
_ffi_api.SearchStrategyReplayTrace, # type: ignore: # pylint: disable=no-member
num_trials_per_iter,
num_trials_total,
)
Expand Down

0 comments on commit 6d76eef

Please sign in to comment.