Skip to content

Commit ef48c71

Browse files
committed
PEP8: delete unused import
1 parent 34f8cdc commit ef48c71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python2/runner/writeln_decorator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
import sys
55
import os
66

7+
78
# Taken from legacy python unittest
89
class WritelnDecorator:
910
"""Used to decorate file-like objects with a handy 'writeln' method"""
10-
def __init__(self,stream):
11+
def __init__(self, stream):
1112
self.stream = stream
1213

1314
def __getattr__(self, attr):

0 commit comments

Comments
 (0)