Spaces:
Runtime error
Runtime error
Update tasks.py
Browse files
tasks.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import copy
|
| 2 |
from typing import List, Dict, Any, Tuple
|
| 3 |
-
from
|
| 4 |
|
| 5 |
class Task:
|
| 6 |
def __init__(self, name: str, description: str):
|
|
|
|
| 1 |
import copy
|
| 2 |
from typing import List, Dict, Any, Tuple
|
| 3 |
+
from models import Email, RewardInfo
|
| 4 |
|
| 5 |
class Task:
|
| 6 |
def __init__(self, name: str, description: str):
|