Skip to content

Commit

Permalink
fixed import of version
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Dec 26, 2024
1 parent 78f51eb commit 363ac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

sys.path.insert(0, str(Path(__file__).parent.parent.absolute()))
sys.path.insert(1, str(Path(__file__).parent / "sphinxext"))
from pydra import __version__ # noqa: E402
from pydra.engine import __version__ # noqa: E402
from github_link import make_linkcode_resolve # noqa: E402


Expand Down

0 comments on commit 363ac5d

Please sign in to comment.