Skip to content

Commit

Permalink
fix: version type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Feb 12, 2022
1 parent 444c5bb commit 77efee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_rigetti/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
else:
from importlib.metadata import version # pragma: nocover

__version__ = version(__package__) # pragma: nocover
__version__ = version(__package__) # type: ignore

0 comments on commit 77efee7

Please sign in to comment.