Commit
·
b313f13
1
Parent(s):
59de368
Fix indentation error in prompts.py
Browse files- utils/prompts.py +0 -1
utils/prompts.py
CHANGED
|
@@ -152,7 +152,6 @@ class PromptManager:
|
|
| 152 |
return False
|
| 153 |
return False
|
| 154 |
|
| 155 |
-
somewhere in the codebase
|
| 156 |
def get_categories(self) -> List[str]:
|
| 157 |
"""Get all available categories"""
|
| 158 |
categories = set()
|
|
|
|
| 152 |
return False
|
| 153 |
return False
|
| 154 |
|
|
|
|
| 155 |
def get_categories(self) -> List[str]:
|
| 156 |
"""Get all available categories"""
|
| 157 |
categories = set()
|