Skip to content

Commit

Permalink
Modify DeviceVector in line with children now being a method, not a p…
Browse files Browse the repository at this point in the history
…roperty
  • Loading branch information
Rose Yemelyanova committed Aug 1, 2023
1 parent 1108313 commit b1ae733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ophyd/v2/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,6 @@ async def read(self) -> Dict[str, Reading]:


class DeviceVector(Dict[int, VT], Device):
@property
def children(self) -> Generator[Tuple[str, Device], None, None]:
for attr_name, attr in self.items():
if isinstance(attr, Device):
Expand Down

0 comments on commit b1ae733

Please sign in to comment.