Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mafdmi committed Nov 21, 2024
1 parent 716dbe0 commit e257056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mllam_data_prep/create_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ def create_dataset(config: Config):
ds.attrs["schema_version"] = config.schema_version
ds.attrs["dataset_version"] = config.dataset_version
ds.attrs["created_on"] = datetime.datetime.now().replace(microsecond=0).isoformat()
ds.attrs["created_with"] = (
"mllam-data-prep (https://github.com/mllam/mllam-data-prep)"
)
ds.attrs[
"created_with"
] = "mllam-data-prep (https://github.com/mllam/mllam-data-prep)"
ds.attrs["mdp_version"] = f"v{__version__}"

return ds
Expand Down

0 comments on commit e257056

Please sign in to comment.