================
@@ -511,7 +511,7 @@ def has_auto_fix(check_name: str) -> str:
return ""
- def process_doc(doc_file: Tuple[str, str]) -> Tuple[str,
Optional[re.Match[str]]]:
+ def process_doc(doc_file):
----------------
nicovank wrote:
Change the `re.Match[str]` to `typing.Any`? Plus maybe a `FIXME Python 3.9`
comment?
https://github.com/llvm/llvm-project/pull/107850
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits