diff --git a/alteza/fs.py b/alteza/fs.py index d1ed29b..9e7f779 100644 --- a/alteza/fs.py +++ b/alteza/fs.py @@ -318,7 +318,6 @@ def lookup(self, name: str) -> FileNode: if name not in self.allFiles: print( f"Link error: `{name}` was not found in the name registry." - # f" The {self}" ) raise AltezaException(f"Link error: {name}") diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e2e16e..1e48a0f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pylint pip-tools mypy ~= 1.5.1 pyre-check ~= 0.9.18 -pyright ~= 1.1.331 +pyright ~= 1.1.332 pytype ~= 2023.9.27 pyflakes ~= 3.1.0 types-PyYAML >= 6.0.12.12