Made some cleanup in unneeded imports

This commit is contained in:
2021-12-10 09:53:49 -06:00
parent 86a2eb7c0d
commit b67fc0ff38

View File

@@ -1,11 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import re import re
import output import output
import config
import logging import logging
import requests import requests
import time import time
import sound
from tweepy.errors import TweepyException, NotFound, Forbidden from tweepy.errors import TweepyException, NotFound, Forbidden
log = logging.getLogger("twitter.utils") log = logging.getLogger("twitter.utils")
""" Some utilities for the twitter interface.""" """ Some utilities for the twitter interface."""