Skip to content

Commit 9e80c17

Browse files
committed
deleted imports which are not required.
1 parent 8f650cf commit 9e80c17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pages/screening_practitioner_appointments/screening_practitioner_day_view.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
from playwright.sync_api import Page, expect
1+
from playwright.sync_api import Page
22
from pages.base_page import BasePage
3-
from utils.table_util import TableUtils
4-
53

64
class ScreeningPractitionerDayView(BasePage):
75
def __init__(self, page: Page):

0 commit comments

Comments
 (0)