From cc377d43d8b71c4ab22ee280dc5cb359e2ee2f35 Mon Sep 17 00:00:00 2001 From: Hammy Date: Fri, 29 Jan 2021 02:22:18 +0000 Subject: [PATCH] Reformat file --- twitter/bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/bot/bot.py b/twitter/bot/bot.py index 83f615a..bd15112 100644 --- a/twitter/bot/bot.py +++ b/twitter/bot/bot.py @@ -23,4 +23,4 @@ class Winston: @staticmethod def request_handler(): - send_tweet(random.choice(Winston.potential_tweets())) \ No newline at end of file + send_tweet(random.choice(Winston.potential_tweets()))