fix(backend): docstring typo

This commit is contained in:
Julian Lobbes 2023-05-21 03:20:48 +02:00
parent 86b7c9a498
commit 97c9a75ed3

View file

@ -8,7 +8,7 @@ class NotFoundException(Exception):
class DataIntegrityException(Exception):
"""Raised when a resource was unexpectedly not found."""
"""Raised to prevent a semantically invalid database operation."""
pass