formatting

This commit is contained in:
Piotr Dec 2025-10-17 21:12:49 +02:00
parent e3be433e37
commit 0c9a3a8527
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -1,4 +1,4 @@
from typing import Optional, List, Annotated
from typing import Optional, Annotated
from injectable import autowired, injectable, Autowired
from pykeepass import Group, Entry
@ -6,6 +6,7 @@ from pykeepass import Group, Entry
from app.api.models import EntryKind, EntrySimpleDTO, EntryComplexDTO, GroupDTO, NodeDTO, EntryNodeDTO
from app.services import Passwords
@injectable(singleton=True)
class PasswordsController:
@autowired