[PATCH] D126423: github: Automatically assign reviewers for backport requests

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 09:37:11 PDT 2022


thieta added inline comments.


================
Comment at: llvm/utils/git/github-automation.py:235
 
+    def issue_request_review(self, commits:List[str]):
+        """
----------------
kwk wrote:
> When I use capital `L` I get: `NameError: name 'List' is not defined. Did you mean: 'list'?`
List is a typing hint. You need to import it from the typing module. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126423/new/

https://reviews.llvm.org/D126423



More information about the llvm-commits mailing list