Skip to content

Commit 1fc1107

Browse files
committed
refactor: the simplest possible
1 parent 74931d3 commit 1fc1107

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coverage/control.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,8 +1242,7 @@ def html_report(
12421242
precision=precision,
12431243
):
12441244
reporter = HtmlReporter(self)
1245-
ret = reporter.report(morfs)
1246-
return ret
1245+
return reporter.report(morfs)
12471246

12481247
def xml_report(
12491248
self,

0 commit comments

Comments
 (0)