Skip to content

Commit 5f303e5

Browse files
committed
linter
1 parent 695237c commit 5f303e5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/py/kaleido/_page_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def __init__(self, *, plotly=None, mathjax=None, others=None, force_cdn=False):
5959
plotly = (DEFAULT_PLOTLY, "utf-8")
6060
elif not plotly:
6161
try:
62+
# ruff: noqa: PLC0415
6263
import plotly as pltly # type: ignore [import-not-found]
6364

6465
plotly_path = (

src/py/tests/test_calc_fig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313

1414
async def test_calc_fig():
15+
# ruff: noqa: PLC0415
1516
import plotly.express as px
1617

1718
with warnings.catch_warnings():

0 commit comments

Comments
 (0)