Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 6, 2025
1 parent 0392f36 commit 7f6d7ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glue/core/data_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def new_subset_group(self, label=None, subset_state=None, **kwargs):
self._sg_count += 1
label = label or 'Subset %i' % self._sg_count


# We delay callbacks so that SubsetCreateMessages are only emitted once
# the subset exists in all datasets.
with self.hub.delay_callbacks():
Expand Down

0 comments on commit 7f6d7ab

Please sign in to comment.