Skip to content

Commit

Permalink
moved import to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Jul 21, 2023
1 parent 485b305 commit b843ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
from importlib.metadata import version as get_release_version
# import os
import re
# import sys
Expand All @@ -24,8 +25,6 @@
author = "QuTech"

# The full version, including alpha/beta/rc tags
from importlib.metadata import version as get_release_version

release = get_release_version("netqasm")

# The short X.Y version.
Expand Down

0 comments on commit b843ed9

Please sign in to comment.