Skip to content

Commit

Permalink
chore: update to typeguard 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 25, 2023
1 parent fc9b55c commit 9edacdf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 70 deletions.
2 changes: 1 addition & 1 deletion nixops/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _transform_value(key: Any, value: Any) -> Any:
new_value.append(v)
value = tuple(new_value)

typeguard.check_type(key, value, ann)
typeguard.check_type(value, ann)

return value

Expand Down
Loading

0 comments on commit 9edacdf

Please sign in to comment.