Skip to content

Commit aafb611

Browse files
author
Justin Kiggins
committed
fix lint
1 parent a789cd0 commit aafb611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

visual_behavior/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class ListHandler(logging.Handler):
167167
def __init__(self, log_list):
168168
super(ListHandler, self).__init__()
169169
self.log_list = log_list
170-
170+
171171
def emit(self, record):
172172
entry = self.format(record)
173173
self.log_list.append(entry)

0 commit comments

Comments
 (0)