Skip to content

Commit b9690d5

Browse files
committed
MNT #146 indentation
1 parent aad9252 commit b9690d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apstools/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def __init__(self, prefix, state_pv, *args, **kwargs):
685685
@property
686686
def state(self):
687687
"""is shutter "open", "close", or "unknown"?"""
688-
# update the list of acceptable values - very inefficient but works
688+
# update the list of acceptable values - very inefficient but works
689689
for item in self.pss_state.enum_strs[1]:
690690
if item not in self.pss_state_open_values:
691691
self.pss_state_open_values.append(item)

0 commit comments

Comments
 (0)