mirror of
https://gitlab.com/chaica/feed2toot
synced 2025-02-18 12:30:37 +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
|
||||
import feedparser
|
||||
from persistentlist import PersistentList
|
||||
import tweepy
|
||||
|
||||
# app libraries imports
|
||||
from feed2toot.addtags import AddTags
|
||||
|
@ -25,7 +25,6 @@ import sys
|
||||
|
||||
# 3rd party libraries imports
|
||||
import feedparser
|
||||
import tweepy
|
||||
from mastodon import Mastodon
|
||||
|
||||
class TootPost:
|
||||
|
Loading…
x
Reference in New Issue
Block a user