We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3282341 commit adf6b12Copy full SHA for adf6b12
lnt/testing/__init__.py
@@ -85,9 +85,6 @@ def render(self, indent=4):
85
at construction as a string, where each object is indented by
86
indent spaces compared to its parent.
87
"""
88
- # Note that we specifically override the encoding to avoid the
89
- # possibility of encoding errors. Clients which care about the
90
- # text encoding should supply unicode string objects.
91
if self.report_version == 2:
92
return json.dumps({'format_version': str(self.report_version),
93
'machine': self.machine.render(),
0 commit comments