Skip to content

Commit

Permalink
py38 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jun 28, 2024
1 parent 9e47def commit f4f8883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions splinter/driver/webdriver/keyboard.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import contextlib
import platform
from collections.abc import Iterator
from typing import Union
from typing import Iterator, Union

from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
Expand Down

0 comments on commit f4f8883

Please sign in to comment.