lint code

This commit is contained in:
Jakub Miazek 2023-03-29 21:50:34 +02:00
parent 1c2223424d
commit 2bcd95556d

View File

@ -79,6 +79,6 @@ class Base:
raise HTTPException( raise HTTPException(
status_code=status.HTTP_422_UNPROCESSABLE_ENTITY, status_code=status.HTTP_422_UNPROCESSABLE_ENTITY,
detail=repr(exception), detail=repr(exception),
) ) from exception
finally: finally:
await db.close() await db.close()