Skip to content

Commit

Permalink
Add type.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxybazh committed Sep 20, 2021
1 parent 839dc43 commit 39926ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/meta_schedule/tune_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(
num_threads = cpu_count()

self.__init_handle_by_constructor__(
_ffi_api.TuneContext, # pylint: disable=no-member
_ffi_api.TuneContext, # type: ignore # pylint: disable=no-member
mod,
target,
task_name,
Expand Down

0 comments on commit 39926ff

Please sign in to comment.