Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 0f04383

Browse files
committed
Fix lint
1 parent f91fb07 commit 0f04383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eyes_selenium/applitools/selenium/visual_grid/render_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
if typing.TYPE_CHECKING:
2121
from typing import Callable, Dict, Any, Text, List
22-
from applitools.common.visual_grid import RenderStatusResults
22+
from applitools.common import RenderStatusResults, Region
2323
from applitools.selenium.visual_grid import RunningTest, EyesConnector
2424

2525

0 commit comments

Comments
 (0)