Skip to content

Commit 1ee5efb

Browse files
Fix - Style
1 parent b42e4fd commit 1ee5efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: categories/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def __init__(self, category):
33
self.category = category
44
self.message = (
55
"El texto proporcionado no proporciona información suficiente para "
6-
+ "clasificar el gasto en una categoría. Por favor, se un poco mas descriptivo."
6+
"clasificar el gasto en una categoría. Por favor, se un poco mas descriptivo."
77
)
88
self.code = 400
99
super().__init__(self.message)

0 commit comments

Comments
 (0)