Добавлена аннотация в get_modal_window(self, title: str) -> ModalWindowComponent:
parent
6d2165aae6
commit
cea6e0231d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue