================ @@ -71,12 +72,12 @@ def try_run(args, raise_error=True): # This class represents the appearance of a message prefix in a file. class MessagePrefix: - def __init__(self, label): + def __init__(self, label: str): ---------------- EugeneZelenko wrote:
```suggestion def __init__(self, label: str) -> None: ``` https://github.com/llvm/llvm-project/pull/133140 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits