Skip to content

Commit 389762b

Browse files
committed
Annoying reformatting fix.
1 parent 6d21465 commit 389762b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scalene/scalene_jupyter.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ def display_profile(port: int, profile_fname: str) -> None:
3333
# which lets JavaScript run (can't do this with `display`, which strips out JavaScript), and then
3434
# tears down the server.
3535
try:
36-
from IPython.core.display import (
37-
display, # type: ignore[attr-defined,unused-ignore]
36+
from IPython.core.display import ( # type: ignore[attr-defined,unused-ignore]
37+
display,
3838
)
3939
except ImportError:
40-
from IPython.display import (
41-
display, # type: ignore[attr-defined,unused-ignore]
40+
from IPython.display import ( # type: ignore[attr-defined,unused-ignore]
41+
display,
4242
)
4343
from IPython.display import IFrame
4444

0 commit comments

Comments
 (0)