Fix syntastic error
This commit is contained in:
parent
875f8e98b1
commit
0da40f08a5
|
@ -44,6 +44,7 @@ def urllib_read(query_url):
|
|||
else:
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class Process(object):
|
||||
def __init__(self, output, err):
|
||||
self.output = output
|
||||
|
|
Loading…
Reference in New Issue