Skip to content

Commit 0fc3cf7

Browse files
authored
MNT #252 similar function OK
1 parent 6439e6a commit 0fc3cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apstools/synApps/swait.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class UserCalcsDevice(Device):
167167
calc9 = Cpt(SwaitRecord, 'userCalc9')
168168
calc10 = Cpt(SwaitRecord, 'userCalc10')
169169

170-
def reset(self):
170+
def reset(self): # lgtm [py/similar-function]
171171
"""set all fields to default values"""
172172
self.calc1.reset()
173173
self.calc2.reset()

0 commit comments

Comments
 (0)