Skip to content

Commit

Permalink
Remove unused HistoryBase model
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Mar 19, 2024
1 parent 5aa5537 commit 7dd3f71
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/galaxy/schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,10 +1069,6 @@ class HDCADetailed(HDCASummary):
)


class HistoryBase(Model):
"""Provides basic configuration for all the History models."""


class HistoryContentItemBase(Model):
"""Identifies a dataset or collection contained in a History."""

Expand Down Expand Up @@ -1209,7 +1205,7 @@ class UpdateHistoryContentsPayload(Model):
)


class HistorySummary(HistoryBase, WithModelClass):
class HistorySummary(Model, WithModelClass):
"""History summary information."""

model_class: HISTORY_MODEL_CLASS = ModelClassField(HISTORY_MODEL_CLASS)
Expand Down

0 comments on commit 7dd3f71

Please sign in to comment.