Fixed missing enclosing bracket

This commit is contained in:
José Manuel Barroso Galindo
2023-04-12 00:36:55 +02:00
committed by GitHub
parent d560c98b5f
commit 567da23043

View File

@@ -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 []