Skip to content

Commit 2c3f2c6

Browse files
committed
Fix strange Literal import
1 parent 3e42fbd commit 2c3f2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/_impl/_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
Any,
2020
Dict,
2121
List,
22+
Literal,
2223
Optional,
2324
Pattern,
2425
Sequence,
@@ -42,7 +43,6 @@
4243
DocumentLoadState,
4344
FrameNavigatedEvent,
4445
KeyboardModifier,
45-
Literal,
4646
MouseButton,
4747
TimeoutSettings,
4848
URLMatch,

0 commit comments

Comments
 (0)