fix
This commit is contained in:
parent
fab81136cb
commit
1547d3f1b5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
import requests
|
||||
import json
|
||||
import time
|
||||
import os
|
||||
import requests
|
||||
from twisted.internet.defer import inlineCallbacks, returnValue
|
||||
from synapse.module_api import ModuleApi, errors
|
||||
from synapse.types import UserID
|
||||
import logging
|
||||
|
|
Loading…
Reference in a new issue