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 6ff404c + 7c47e6d commit 6741b23Copy full SHA for 6741b23
apstools/devices.py
@@ -1583,7 +1583,7 @@ def AD_warmed_up(detector):
1583
return verdict
1584
1585
1586
-class AD_EpicsHdf5FileName(FileStorePluginBase):
+class AD_EpicsHdf5FileName(FileStorePluginBase): # lgtm [py/missing-call-to-init]
1587
"""
1588
custom class to define image file name from EPICS
1589
apstools/signals.py
@@ -26,7 +26,7 @@
26
logger = logging.getLogger(__name__).addHandler(logging.NullHandler())
27
28
29
-class SynPseudoVoigt(ophyd.sim.SynSignal):
+class SynPseudoVoigt(ophyd.sim.SynSignal): # lgtm [py/missing-call-to-init]
30
31
Evaluate a point on a pseudo-Voigt based on the value of a motor.
32
0 commit comments