Skip to content

Commit

Permalink
Minor (update pyright, etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Oct 22, 2023
1 parent 9840bf3 commit 2704a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion alteza/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2704a47

Please sign in to comment.