You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2023/01/10 18:20:51 UTC

[GitHub] [tvm] guberti commented on a diff in pull request #13689: [docs] Remove empty code blocks

guberti commented on code in PR #13689:
URL: https://github.com/apache/tvm/pull/13689#discussion_r1066139532


##########
tests/lint/check_request_hook.py:
##########
@@ -41,19 +41,24 @@ def find_code_block_line(lines: List[str]) -> Optional[int]:
     """
     in_multiline_string = False
     in_sphinx_directive = False
+    in_standalone_comment = True
 
     i = 0
     lines = lines[APACHE_HEADER_LINES:]
     while i < len(lines):
         line = lines[i].strip()
+        in_comment = False

Review Comment:
   delete?
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org