Skip to content

Commit 2718256

Browse files
committed
Revert "PEP8: delete unused import"
This reverts commit ef48c71.
1 parent ef48c71 commit 2718256

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python2/runner/writeln_decorator.py

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

7-
87
# Taken from legacy python unittest
98
class WritelnDecorator:
109
"""Used to decorate file-like objects with a handy 'writeln' method"""
11-
def __init__(self, stream):
10+
def __init__(self,stream):
1211
self.stream = stream
1312

1413
def __getattr__(self, attr):

0 commit comments

Comments
 (0)