Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Nov 27, 2023
1 parent fd1cd7f commit 907df24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions yt/data_objects/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ class DatasetSeries:
... SlicePlot(ds, "x", ("gas", "density")).save()
"""
# this annotation should really be Optional[Type[Dataset]]
# but we cannot import the yt.data_objects.static_output.Dataset
# class here without creating a circular import for now
_dataset_cls: Optional[type["Dataset"]] = None

def __init_subclass__(cls, *args, **kwargs):
Expand Down

0 comments on commit 907df24

Please sign in to comment.