mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 04:48:09 -06:00
Made some cleanup in unneeded imports
This commit is contained in:
parent
86a2eb7c0d
commit
b67fc0ff38
@ -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."""
|
||||||
|
Loading…
Reference in New Issue
Block a user