Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Proskurin committed Oct 3, 2023
1 parent 23aab1a commit b668c37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions smart_kit/testing/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ async def _run(self) -> bool:
self.post_setup_user(user)

commands = [command async for command in self.app_model.answer(message, user)]
answers = self._generate_answers(
user=user, commands=commands, message=message
)
answers = self._generate_answers(user=user, commands=commands, message=message)
answers.extend(self._generate_history_answers(user, message))

predefined_fields_resp = response.get("predefined_fields")
Expand Down

0 comments on commit b668c37

Please sign in to comment.