diff --git a/components/navbar_component.py b/components/navbar_component.py index d39c2f8..1e0a96d 100644 --- a/components/navbar_component.py +++ b/components/navbar_component.py @@ -1,6 +1,5 @@ """Модуль компонента панели навигации. Содержит класс для работы с элементами навигации.""" -import re from playwright.sync_api import Page, Locator from tools.logger import get_logger from locators.navigation_panel_locators import NavigationPanelLocators