From 177c2228a19e6b4b726125b684cc9e77d4f6feff Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 18:36:33 +0100 Subject: [PATCH] remove dir in import --- src/runner_dict.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runner_dict.py b/src/runner_dict.py index 5b000db..b6955e1 100644 --- a/src/runner_dict.py +++ b/src/runner_dict.py @@ -1,8 +1,8 @@ from typing import TYPE_CHECKING -from src.tests_authentik.runner_authentik import RunnerAuthentik -from src.tests_nextcloud.runner_nextcloud import RunnerNextcloud -from src.tests_wordpress.runner_wordpress import RunnerWordpress +from tests_authentik.runner_authentik import RunnerAuthentik +from tests_nextcloud.runner_nextcloud import RunnerNextcloud +from tests_wordpress.runner_wordpress import RunnerWordpress if TYPE_CHECKING: from src.runner import Runner