Skip to content

Commit 7c7055f

Browse files
pre-commit-ci[bot]Carreau
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74f3ddd commit 7c7055f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nbconvert/exporters/qt_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _run_pyqtwebengine(self, html):
7575
except OSError:
7676
pass
7777

78-
return data
78+
return data
7979

8080
def from_notebook_node(self, nb, resources=None, **kw):
8181
"""Convert from notebook node."""

0 commit comments

Comments
 (0)