Cleanup utils
This commit is contained in:
parent
b7b04cad03
commit
f9f9e62e13
13 changed files with 21 additions and 13 deletions
|
@ -7,10 +7,10 @@ from dateutil.parser import isoparse
|
|||
from markdown import markdown
|
||||
|
||||
from app import activitypub as ap
|
||||
from app import opengraph
|
||||
from app.actor import LOCAL_ACTOR
|
||||
from app.actor import Actor
|
||||
from app.actor import RemoteActor
|
||||
from app.utils import opengraph
|
||||
|
||||
|
||||
class Object:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue