Skip to content

Commit

Permalink
fix GASS version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 9, 2024
1 parent d2974de commit 776a626
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 776a626

Please sign in to comment.