Skip to content

Commit

Permalink
fix ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael SMADJA committed Sep 2, 2024
1 parent c1abc8c commit bd03ad5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Browser/playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@
from typing import TYPE_CHECKING, Optional, Union

import grpc # type: ignore
from robot.libraries.BuiltIn import BuiltIn

from Browser.generated import playwright_pb2_grpc
from Browser.generated.playwright_pb2 import Request

from .base import LibraryComponent
from .utils import AutoClosingLevel

from robot.libraries.BuiltIn import BuiltIn

if TYPE_CHECKING:
from .browser import Browser

Expand Down

0 comments on commit bd03ad5

Please sign in to comment.