Skip to content

Commit

Permalink
made corrections to version import
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Mar 1, 2024
1 parent 082eedd commit c2c3590
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pandablocks_ioc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
from importlib.metadata import version # noqa

from ._version import __version__
from .ioc import create_softioc

__version__ = version("pandablocks-ioc")
del version

__all__ = ["__version__", "create_softioc"]

0 comments on commit c2c3590

Please sign in to comment.