Optimise imports and fix linter issues
This commit is contained in:
@@ -25,6 +25,7 @@ from app import app
|
||||
class TaskError(Exception):
|
||||
def __init__(self, value):
|
||||
self.value = value
|
||||
|
||||
def __str__(self):
|
||||
return repr("TaskError: " + self.value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user