Skip to content

Commit 8041902

Browse files
committed
Fix import
1 parent 1acb822 commit 8041902

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pages/import_records.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from .children import ChildrenPage
1010
from .dashboard import DashboardPage
11-
from .sessions import SessionsPage
1211
from .vaccines import VaccinesPage
1312

1413

@@ -33,7 +32,6 @@ class ImportRecordsPage:
3332

3433
def __init__(self, playwright_operations: PlaywrightOperations):
3534
self.po = playwright_operations
36-
self.sessions_page = SessionsPage(playwright_operations)
3735
self.dashboard_page = DashboardPage(playwright_operations)
3836
self.children_page = ChildrenPage(playwright_operations)
3937
self.vaccines_page = VaccinesPage(playwright_operations)

0 commit comments

Comments
 (0)