mirror of
https://gitlab.com/chaica/feed2toot
synced 2025-02-17 03:51:04 +01:00
remove bad tweepy imports. fixes #3
This commit is contained in:
parent
f22c70705a
commit
836215b9bb
@ -27,7 +27,6 @@ import sys
|
|||||||
# 3rd party libraries imports
|
# 3rd party libraries imports
|
||||||
import feedparser
|
import feedparser
|
||||||
from persistentlist import PersistentList
|
from persistentlist import PersistentList
|
||||||
import tweepy
|
|
||||||
|
|
||||||
# app libraries imports
|
# app libraries imports
|
||||||
from feed2toot.addtags import AddTags
|
from feed2toot.addtags import AddTags
|
||||||
|
@ -25,7 +25,6 @@ import sys
|
|||||||
|
|
||||||
# 3rd party libraries imports
|
# 3rd party libraries imports
|
||||||
import feedparser
|
import feedparser
|
||||||
import tweepy
|
|
||||||
from mastodon import Mastodon
|
from mastodon import Mastodon
|
||||||
|
|
||||||
class TootPost:
|
class TootPost:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user