Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Souhei committed Oct 10, 2024
1 parent c1dbf7b commit aa71cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckanext/zarr/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ def month_formatter(month):


def get_dataset_resource_type_groups(id, dataset_type='dataset'):
"""
Fetch resource types from schema and cross compare with dataset affiliated groups
"""
dataset = toolkit.get_action('package_show')(
data_dict={'id': id}
)
Expand Down

0 comments on commit aa71cde

Please sign in to comment.