From 0c9a3a8527b826a6cf2cd1252e4d8c6eb679fb2d Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Fri, 17 Oct 2025 21:12:49 +0200 Subject: [PATCH] formatting --- app/web/passwords.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/web/passwords.py b/app/web/passwords.py index b0e3d51..ec57742 100644 --- a/app/web/passwords.py +++ b/app/web/passwords.py @@ -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