From 567da230433c33b215816fa4e7521613347d1572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Wed, 12 Apr 2023 00:36:55 +0200 Subject: [PATCH] Fixed missing enclosing bracket --- .github/db_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 []