We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7268950 + d8cef9a commit a8786e8Copy full SHA for a8786e8
bact_device_models/devices/orbit.py
@@ -48,4 +48,3 @@ def get_element(self, id_: Hashable) -> BPMReading:
48
@functools.cached_property
49
def _lut(self) -> Dict[Hashable, BPMReading]:
50
return {elem.name: elem for elem in self.orbit}
51
-
0 commit comments