Skip to content

Commit

Permalink
Adding service-config components to imports (#235)
Browse files Browse the repository at this point in the history
Fixed service config component imports
  • Loading branch information
mesemus authored Oct 29, 2023
1 parent cfc2e21 commit f6e4138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
{{ vars.permissions.class|imports }}
{{ vars.marshmallow.class|imports }}
{{ vars.search_options.class|imports }}
{% for c in vars.service_config.components %}
{{ c|generate_import }}
{% endfor %}


class {{ vars.service_config|class_header }}:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-model-builder
version = 4.0.58
version = 4.0.59
description = A utility library that generates OARepo required data model files from a JSON specification file
authors = Miroslav Bauer <[email protected]>, Miroslav Simek <[email protected]>
readme = README.md
Expand Down

0 comments on commit f6e4138

Please sign in to comment.