Skip to content

Commit

Permalink
fixed intendations
Browse files Browse the repository at this point in the history
  • Loading branch information
aashankhan2981 committed Aug 13, 2024
1 parent 97fafdf commit 68257d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/agents/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ async def offline_changes_check(self):
"Clicking 'No' means Pythagora will restore (overwrite) all files to the last stored state.\n",
]
)

use_changes = await self.ask_question(
question="Would you like to keep your changes?",
buttons={
Expand Down
1 change: 0 additions & 1 deletion core/ui/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ async def send_project_description(self, description: str):
:param description: Project description.
"""

raise NotImplementedError()

async def send_features_list(self, features: list[str]):
Expand Down

0 comments on commit 68257d1

Please sign in to comment.