diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-02-13 19:26:04 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-02-13 19:26:04 +0000 |
commit | 23957cfb876f649519eacb3776020f3c3dc26466 (patch) | |
tree | 7f8fc737ea08cef5d4004657a97cb5af88426e82 /cogs/twitter.py | |
parent | d6ef6406bd137937d1f3bbbf3ee1578c76ee1d61 (diff) | |
download | steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.gz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.bz2 steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.lz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.xz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.zst steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.zip |
Remove useless imports
Diffstat (limited to 'cogs/twitter.py')
-rwxr-xr-x | cogs/twitter.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cogs/twitter.py b/cogs/twitter.py index ff2ea8f..d668d47 100755 --- a/cogs/twitter.py +++ b/cogs/twitter.py @@ -1,9 +1,8 @@ import json -import discord import requests import tweepy -from discord.ext import commands, tasks +from discord.ext import commands class StreamListener(tweepy.StreamListener): |