Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kulas committed Sep 19, 2023
1 parent 62365dc commit cc97704
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions odd_collector_sdk/utils/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ class DefinitionType(Enum):


def extract_metadata(
datasource: str,
entity: HasMetadata,
definition: DefinitionType,
flatten: Optional[bool] = False,
jsonify: Optional[bool] = False,
json_encoder: Optional[Type[json.JSONEncoder]] = None,
datasource: str,
entity: HasMetadata,
definition: DefinitionType,
flatten: Optional[bool] = False,
jsonify: Optional[bool] = False,
json_encoder: Optional[Type[json.JSONEncoder]] = None,
) -> MetadataExtension:
"""
:param datasource: name of datasource.
Expand Down

0 comments on commit cc97704

Please sign in to comment.