diff --git a/.github/db_operator.py b/.github/db_operator.py index 1417a728e..4b690a994 100755 --- a/.github/db_operator.py +++ b/.github/db_operator.py @@ -150,7 +150,7 @@ class ExternalFilesReader: def __init__(self, strpath: str): self._strpath = strpath - def read_external_files(self) -> List[Tuple[Path, Dict[str, Any]]: + def read_external_files(self) -> List[Tuple[Path, Dict[str, Any]]]: if self._strpath == '': return []