[lint] more linting changes
This commit is contained in:
@@ -69,7 +69,7 @@ def del_card(
|
||||
logger.info(f"The key:'{key}' was not found in db!")
|
||||
raise HTTPException(
|
||||
status.HTTP_500_INTERNAL_SERVER_ERROR,
|
||||
detail="Key on card not found in DB. Please tell an admin about this. KEY={key}",
|
||||
detail="Key on card not found in DB. Please tell an admin about this. KEY={key}", # noqa: E501
|
||||
)
|
||||
db.delete(card)
|
||||
db.commit()
|
||||
|
||||
Reference in New Issue
Block a user