Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Oct 30, 2023
1 parent c5fc717 commit a69fbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlasskit/ast2logic/t_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def to_name(a):
ttypes: List[TType] = []

if sys.version_info < (3, 9):
_elts = ann.slice.value.elts
_elts = ann.slice.value.elts # type: ignore
else:
_elts = ann.slice.elts # type: ignore

Expand Down

0 comments on commit a69fbd0

Please sign in to comment.