Skip to content

Commit 19c1e0e

Browse files
committed
join strings
1 parent fdb841b commit 19c1e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adaptive/notebook_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def notebook_extension(*, _inline_js=True):
3131
_holoviews_enabled = True
3232
except ModuleNotFoundError:
3333
warnings.warn(
34-
"holoviews is not installed; plotting " "is disabled.", RuntimeWarning
34+
"holoviews is not installed; plotting is disabled.", RuntimeWarning
3535
)
3636

3737
# Load ipywidgets
@@ -42,7 +42,7 @@ def notebook_extension(*, _inline_js=True):
4242
_ipywidgets_enabled = True
4343
except ModuleNotFoundError:
4444
warnings.warn(
45-
"ipywidgets is not installed; live_info " "is disabled.", RuntimeWarning
45+
"ipywidgets is not installed; live_info is disabled.", RuntimeWarning
4646
)
4747

4848
# Enable asyncio integration

0 commit comments

Comments
 (0)