Closed steven-murray closed 2 years ago
Fixes a circular-import issue when importing hera_pspec. The init was importing a submodule which was importing __version__ from the init, but __version__ hadn't yet been defined in the init...
hera_pspec
__version__
Thanks for the PR! Looks good to me.
Fixes a circular-import issue when importing
hera_pspec
. The init was importing a submodule which was importing__version__
from the init, but__version__
hadn't yet been defined in the init...