Skip to content

Commit 9b39a37

Browse files
Potential fix for code scanning alert no. 168: Statement has no effect
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent e8ce156 commit 9b39a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ophyd_async/core/_protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class AsyncMovable(Protocol):
101101
@abstractmethod
102102
def set(self, value) -> AsyncStatus:
103103
"""Return a ``Status`` that is marked done when the device is done moving."""
104-
...
104+
105105

106106

107107
C = TypeVar("C", contravariant=True)

0 commit comments

Comments
 (0)