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.
1 parent 4094db2 commit d975588Copy full SHA for d975588
mxcubecore/Command/Epics.py
@@ -173,7 +173,6 @@ def poll(
173
self.__value_changed_callback_ref = saferef.safe_ref(value_changed_callback)
174
175
# store the call to get as a function object
176
- # poll_cmd = self.pv.get
177
poll_cmd = self.get_pv_value
178
179
Poller.poll(
ruff.toml
@@ -71,7 +71,6 @@ convention = "google"
71
"C901",
72
"E501",
73
"E722",
74
- "ERA001",
75
"F841",
76
"FBT002",
77
"N999",
0 commit comments