Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed May 12, 2022
1 parent 52b83f6 commit 5ce8acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/tir/schedule/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ def after_unannotate(a: T.handle, b: T.handle) -> None:

def _normalize_block_arg(self, block: Union[BlockRV, str]) -> BlockRV:
if isinstance(block, str):
block = self.get_block(block)
return self.get_block(block)

return block

Expand Down

0 comments on commit 5ce8acb

Please sign in to comment.