Skip to content

Commit ae953fc

Browse files
authored
[py] Fix formatting (#16189)
1 parent 61b10bc commit ae953fc

File tree

1 file changed

+2
-2
lines changed
  • py/selenium/webdriver/common

1 file changed

+2
-2
lines changed

py/selenium/webdriver/common/keys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Keys:
6464
EQUALS = "\ue019"
6565

6666
# Keys representing number pad digits
67-
NUMPAD0 = "\ue01a"
67+
NUMPAD0 = "\ue01a"
6868
NUMPAD1 = "\ue01b"
6969
NUMPAD2 = "\ue01c"
7070
NUMPAD3 = "\ue01d"
@@ -74,7 +74,7 @@ class Keys:
7474
NUMPAD7 = "\ue021"
7575
NUMPAD8 = "\ue022"
7676
NUMPAD9 = "\ue023"
77-
77+
7878
MULTIPLY = "\ue024"
7979
ADD = "\ue025"
8080
SEPARATOR = "\ue026"

0 commit comments

Comments
 (0)