Skip to content

Commit 301d8b9

Browse files
committed
Linter
1 parent f5fa8d4 commit 301d8b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ class VoiciIframe(_PromptedIframe):
151151
152152
Renders an iframe that shows a Notebook with Voici.
153153
"""
154+
154155
def __init__(
155156
self,
156157
rawsource="",
@@ -170,6 +171,7 @@ def __init__(
170171

171172
super().__init__(rawsource, *children, iframe_src=iframe_src, **attributes)
172173

174+
173175
class RepliteDirective(SphinxDirective):
174176
"""The ``.. replite::`` directive.
175177

0 commit comments

Comments
 (0)