Skip to content

Commit 6741b23

Browse files
authored
Merge pull request #179 from BCDA-APS/LGTM-176
ignore these two LGTM alerts
2 parents 6ff404c + 7c47e6d commit 6741b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apstools/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ def AD_warmed_up(detector):
15831583
return verdict
15841584

15851585

1586-
class AD_EpicsHdf5FileName(FileStorePluginBase):
1586+
class AD_EpicsHdf5FileName(FileStorePluginBase): # lgtm [py/missing-call-to-init]
15871587
"""
15881588
custom class to define image file name from EPICS
15891589

apstools/signals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
logger = logging.getLogger(__name__).addHandler(logging.NullHandler())
2727

2828

29-
class SynPseudoVoigt(ophyd.sim.SynSignal):
29+
class SynPseudoVoigt(ophyd.sim.SynSignal): # lgtm [py/missing-call-to-init]
3030
"""
3131
Evaluate a point on a pseudo-Voigt based on the value of a motor.
3232

0 commit comments

Comments
 (0)