mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-22 21:27:58 +01:00
Fix import that was broken by merge
This commit is contained in:
parent
b7222e57f2
commit
b57d6f68df
@ -10,6 +10,7 @@ from brutaldon.models import Client, Account, Preference, Theme
|
||||
from mastodon import Mastodon, AttribAccessDict, MastodonError
|
||||
from urllib import parse
|
||||
from pdb import set_trace
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
class NotLoggedInException(Exception):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user