remove bad tweepy imports. fixes #3

This commit is contained in:
Carl Chenet 2017-04-11 15:06:22 +02:00
parent f22c70705a
commit 836215b9bb
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@ import sys
# 3rd party libraries imports
import feedparser
from persistentlist import PersistentList
import tweepy
# app libraries imports
from feed2toot.addtags import AddTags

View file

@ -25,7 +25,6 @@ import sys
# 3rd party libraries imports
import feedparser
import tweepy
from mastodon import Mastodon
class TootPost: