Skip to content

Commit b849459

Browse files
fixed linting error
1 parent df51ab3 commit b849459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/actions/action_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# under the License.
1717

1818

19+
from typing import Any, Dict, List, Optional, Union
1920

2021
from selenium.webdriver.remote.command import Command
2122

@@ -26,7 +27,6 @@
2627
from .pointer_input import PointerInput
2728
from .wheel_actions import WheelActions
2829
from .wheel_input import WheelInput
29-
from typing import Optional, Union, Dict, List, Any
3030

3131

3232
class ActionBuilder:

0 commit comments

Comments
 (0)