Skip to content

Commit 40157c2

Browse files
committed
pylint
1 parent 9772b59 commit 40157c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/playwright_sim4life.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
import arrow
88
from playwright.sync_api import FrameLocator, Page, WebSocket, expect
9-
from pydantic import ByteSize, TypeAdapter
9+
from pydantic import (
10+
TypeAdapter, # pylint: disable=no-name-in-module # until we get pydantic 2.x all over the place
11+
)
12+
from pydantic import ByteSize
1013

1114
from .logging_tools import log_context
1215
from .playwright import (

0 commit comments

Comments
 (0)