Skip to content

Commit

Permalink
style: rename modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MariellaCC committed Dec 4, 2023
1 parent 82b2b3e commit ef1aac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kiara_plugin/topic_modelling/modules/onboarding.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CreateTableFromUrl(KiaraModule):
- polars: https://www.pola.rs/
"""

_module_type_name = "topic_modelling.create.table.from.url"
_module_type_name = "topic_modelling.create_table_from_url"

def create_inputs_schema(self):
return {
Expand Down Expand Up @@ -76,7 +76,7 @@ class CreateTableFromZenodo(KiaraModule):
- polars: https://www.pola.rs/
"""

_module_type_name = "topic_modelling.create.table.from.zenodo"
_module_type_name = "topic_modelling.create_table_from_zenodo"

def create_inputs_schema(self):
return {
Expand Down

0 comments on commit ef1aac7

Please sign in to comment.