Commit 75683b69 authored by Mario's avatar Mario
Browse files

some typing

parent 84d1a063
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ class DutView(object):
        return self.save_dir / "dut.json"

    @property
    def data(self):
    def data(self) -> dict[str, DataFrame]:
        """data is a property to ensure loading before usage.

        As _data is a dict, the getter is also called before setting. So the separate setter is not necessary.