Skip to content

Commit db4b2cd

Browse files
committed
linter
1 parent 695237c commit db4b2cd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/py/kaleido/_mocker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def build_mocks():
264264
profiler = {}
265265
asyncio.run(_main(error_log, profiler))
266266
finally:
267+
# ruff: noqa: PLC0415
267268
from operator import itemgetter
268269

269270
for tab, tab_profile in profiler.items():

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)