Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Sep 19, 2024
1 parent 9772b59 commit 40157c2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

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

from .logging_tools import log_context
from .playwright import (
Expand Down

0 comments on commit 40157c2

Please sign in to comment.