Skip to content

Commit

Permalink
stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Sep 20, 2024
1 parent 7af9c1a commit eacaac7
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

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

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

0 comments on commit eacaac7

Please sign in to comment.