2
0
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:
Jason McBrayer 2018-08-29 10:50:54 -04:00
parent b7222e57f2
commit b57d6f68df

View File

@ -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