We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f8cdc commit ef48c71Copy full SHA for ef48c71
1 file changed
python2/runner/writeln_decorator.py
@@ -4,10 +4,11 @@
4
import sys
5
import os
6
7
+
8
# Taken from legacy python unittest
9
class WritelnDecorator:
10
"""Used to decorate file-like objects with a handy 'writeln' method"""
- def __init__(self,stream):
11
+ def __init__(self, stream):
12
self.stream = stream
13
14
def __getattr__(self, attr):
0 commit comments