Skip to content

Commit 3c30612

Browse files
committed
_Filters is frozen
1 parent efa9390 commit 3c30612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stagpy/stagyydata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def _bind(self, isnap: int, istep: int) -> None:
488488
self.sdat.steps[istep]._isnap = isnap
489489

490490

491-
@dataclass
491+
@dataclass(frozen=True)
492492
class _Filters:
493493
"""Filters on a step view."""
494494

0 commit comments

Comments
 (0)