mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-18 15:24:05 +01:00
fix missig import
This commit is contained in:
parent
bfcefbb230
commit
04dad5ac16
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ import json
|
|||
import logging
|
||||
|
||||
from twisted.web.resource import Resource
|
||||
from synapse.http.server import set_cors_headers
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue