From d22af87ca196eb85aa30c12674da31fda7b09079 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 11 Dec 2023 02:01:42 +0100 Subject: [PATCH] improve imports --- recipes/authentik/tests_authentik/fixtures_authentik.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/authentik/tests_authentik/fixtures_authentik.py b/recipes/authentik/tests_authentik/fixtures_authentik.py index fa50e3f..b19b06a 100644 --- a/recipes/authentik/tests_authentik/fixtures_authentik.py +++ b/recipes/authentik/tests_authentik/fixtures_authentik.py @@ -3,8 +3,7 @@ import json import pytest from playwright.sync_api import BrowserContext, Page -from pytest_abra.dir_manager import DirManager -from pytest_abra.utils import BaseUrl +from pytest_abra import BaseUrl, DirManager @pytest.fixture