Skip to content

Commit

Permalink
Fix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Dec 18, 2024
1 parent aefe66e commit 68536d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bam_masterdata/metadata/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def to_dict(self) -> dict:
class ObjectType(BaseEntity):
"""
Base class used to define object types. All object types must inherit from this class. The
object types are defined in the module `bam_data_store/object_types.py`.
object types are defined in the module `bam_masterdata/object_types.py`.
The `ObjectType` class contains a list of all `properties` defined for a `ObjectType`, for
internally represent the model in other formats (e.g., JSON or Excel).
Expand Down Expand Up @@ -101,7 +101,7 @@ def entity_type(self) -> str:
class VocabularyType(BaseEntity):
"""
Base class used to define vocabulary types. All vocabulary types must inherit from this class. The
vocabulary types are defined in the module `bam_data_store/vocabulary_types.py`.
vocabulary types are defined in the module `bam_masterdata/vocabulary_types.py`.
The `VocabularyType` class contains a list of all `terms` defined for a `VocabularyType`, for
internally represent the model in other formats (e.g., JSON or Excel).
Expand Down

1 comment on commit 68536d1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
bam_masterdata
   logger.py80100% 
bam_masterdata/cli
   cli.py363636 0%
   entities_to_excel.py393939 0%
   entities_to_json.py353535 0%
bam_masterdata/datamodel
   collection_types.py777 0%
   dataset_types.py00100% 
   object_types.py111111 0%
   property_types.py222 0%
   vocabulary_types.py141414 0%
bam_masterdata/metadata
   definitions.py7844 95%
   entities.py4533 93%
bam_masterdata/utils
   utils.py331111 67%
TOTAL30816247% 

Tests Skipped Failures Errors Time
50 1 💤 0 ❌ 0 🔥 0.288s ⏱️

Please sign in to comment.