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
1 changed files with 1 additions and 0 deletions

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