remove dir in import
This commit is contained in:
parent
8ec64db3df
commit
177c2228a1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
from src.tests_authentik.runner_authentik import RunnerAuthentik
|
from tests_authentik.runner_authentik import RunnerAuthentik
|
||||||
from src.tests_nextcloud.runner_nextcloud import RunnerNextcloud
|
from tests_nextcloud.runner_nextcloud import RunnerNextcloud
|
||||||
from src.tests_wordpress.runner_wordpress import RunnerWordpress
|
from tests_wordpress.runner_wordpress import RunnerWordpress
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from src.runner import Runner
|
from src.runner import Runner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue