Update recursive_context.py
Browse files- recursive_context.py +1 -1
recursive_context.py
CHANGED
|
@@ -663,7 +663,7 @@ class RecursiveContextManager:
|
|
| 663 |
# 3. Push the entire manifest back to your PRO storage dataset
|
| 664 |
self.persistence.save_conversations(full_data)
|
| 665 |
|
| 666 |
-
|
| 667 |
# GIT TOOLS
|
| 668 |
# =====================================================================
|
| 669 |
def _get_authenticated_remote_url(self):
|
|
|
|
| 663 |
# 3. Push the entire manifest back to your PRO storage dataset
|
| 664 |
self.persistence.save_conversations(full_data)
|
| 665 |
|
| 666 |
+
# =====================================================================
|
| 667 |
# GIT TOOLS
|
| 668 |
# =====================================================================
|
| 669 |
def _get_authenticated_remote_url(self):
|