1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 19:41:26 +00:00

apply black formatting to previous commit

This commit is contained in:
2023-04-06 17:15:04 -06:00
parent 7966871869
commit bc1ad95c75
3 changed files with 0 additions and 5 deletions

View File

@@ -425,7 +425,6 @@ class Router:
return "Trending data is not currently available."
def random_pick(self) -> str:
choice = random.choice(
list(self.stock.symbol_list["description"])
+ list(self.crypto.symbol_list["description"])