Skip to content

Commit 44e4db2

Browse files
committed
Remove dcg_ids
1 parent 8daaa4f commit 44e4db2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/murfey/client/instance_environment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class MurfeyInstanceEnvironment(BaseModel):
4141
destination_registry: Dict[str, str] = {}
4242
watchers: Dict[Path, DirWatcher] = {}
4343
demo: bool = False
44-
data_collection_group_ids: Dict[str, int] = {}
4544
data_collection_parameters: dict = {}
4645
movies: Dict[Path, MovieTracker] = {}
4746
movie_tilt_pair: Dict[Path, str] = {}
@@ -64,7 +63,6 @@ def clear(self):
6463
for w in self.watchers.values():
6564
w.stop()
6665
self.watchers = {}
67-
self.data_collection_group_ids = {}
6866
self.data_collection_parameters = {}
6967
self.movies = {}
7068
self.movie_tilt_pair = {}

0 commit comments

Comments
 (0)