Skip to content

Commit

Permalink
fix version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed May 22, 2024
1 parent a1e9b1f commit ab3103d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
import sys
from datetime import datetime

sys.path.insert(0, os.path.abspath("../.."))
import pyroengine # noqa: E402
import pyroengine

sys.path.insert(0, os.path.abspath("../.."))

# -- Project information -----------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions pyroengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .core import * # noqa: F403
from . import engine, sensors, utils # noqa
from .version import __version__ # noqa

0 comments on commit ab3103d

Please sign in to comment.