Skip to content

Commit

Permalink
Merge pull request #28 from actinia-org/bugfix
Browse files Browse the repository at this point in the history
Fix GASS version bug
  • Loading branch information
anikaweinmann authored Dec 9, 2024
2 parents d2974de + 776a626 commit 01d81c4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
)
__maintainer__ = "mundialis GmbH & Co. KG"

from actinia_core.version import G_VERSION
from actinia_core.version import init_versions, G_VERSION

init_versions()


class LocationListResponseModel(Schema):
Expand Down

0 comments on commit 01d81c4

Please sign in to comment.