fix: Imports

This commit is contained in:
Piotr Dec 2025-12-03 20:49:00 +01:00
parent 501f45525b
commit c9a755206e
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
12 changed files with 40 additions and 37 deletions

View file

@ -3,8 +3,8 @@ from pathlib import Path
import pytest
import yaml
from app.services import Passwords
from app.services.mo import Mo
from karl.services import Passwords
from karl.services.mo import Mo
@pytest.fixture(scope='class')