Skip to content

Commit f6540db

Browse files
committed
LGTM
1 parent 96fb7c5 commit f6540db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apstools/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def snapshot_cli():
145145
APS_callbacks.SnapshotReport().print_report(snap)
146146

147147

148-
class Capturing(list):
148+
class Capturing(list): # LGTM
149149
"""
150150
capture stdout output from a Python function call
151151

0 commit comments

Comments
 (0)