formatting
This commit is contained in:
parent
e3be433e37
commit
0c9a3a8527
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue