We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acb822 commit 8041902Copy full SHA for 8041902
pages/import_records.py
@@ -8,7 +8,6 @@
8
9
from .children import ChildrenPage
10
from .dashboard import DashboardPage
11
-from .sessions import SessionsPage
12
from .vaccines import VaccinesPage
13
14
@@ -33,7 +32,6 @@ class ImportRecordsPage:
33
32
34
def __init__(self, playwright_operations: PlaywrightOperations):
35
self.po = playwright_operations
36
- self.sessions_page = SessionsPage(playwright_operations)
37
self.dashboard_page = DashboardPage(playwright_operations)
38
self.children_page = ChildrenPage(playwright_operations)
39
self.vaccines_page = VaccinesPage(playwright_operations)
0 commit comments