From cea6e0231d08e5f0f15744c2db094c502d4688c2 Mon Sep 17 00:00:00 2001 From: Radislav Date: Fri, 12 Sep 2025 13:31:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B0=D0=BD=D0=BD=D0=BE=D1=82=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B2=20get=5Fmodal=5Fwindow(self,=20title:=20str)=20?= =?UTF-8?q?->=20ModalWindowComponent:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/users_tab.py b/pages/users_tab.py index a7082a5..ec4f77c 100644 --- a/pages/users_tab.py +++ b/pages/users_tab.py @@ -68,7 +68,7 @@ class UsersTab(BasePage): else: assert False, "Unsupported modal window type" - def get_modal_window(self, title: str): + def get_modal_window(self, title: str) -> ModalWindowComponent: """Возвращает модальное окно по заголовку. Args: