diff --git a/tests/mockdata.py b/tests/mockdata.py index e3d3889..c5488e3 100644 --- a/tests/mockdata.py +++ b/tests/mockdata.py @@ -101,9 +101,6 @@ def mock_up_data(self) -> None: None """ - # TODO: keep adding to the add_data() functions - # see DM-44838 https://rubinobs.atlassian.net/browse/DM-44838 - for location in self._locations: loc_name = location.name self.events[loc_name] = []