Skip to content

Commit dcebc75

Browse files
committed
Remove unneeded imports
1 parent 45a7da0 commit dcebc75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/pdf_viewer/test_pdf_navigation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import pytest
2-
3-
# from typing import Literal
42
from selenium.webdriver import Firefox
53
from selenium.webdriver.common.keys import Keys
64

75
from modules.page_object import GenericPdf
86

9-
# from modules.util import Utilities
10-
117
DOWNWARD = {Keys.DOWN, Keys.RIGHT, Keys.END, "next"}
128

139

0 commit comments

Comments
 (0)