mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Flake8
This commit is contained in:
parent
e82247f990
commit
16b652f0a3
2 changed files with 3 additions and 1 deletions
|
@ -153,6 +153,7 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||
def get_3pe_protocol(self, service, protocol):
|
||||
if service.url == "":
|
||||
defer.returnValue({})
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _get():
|
||||
uri = "%s%s/thirdparty/protocol/%s" % (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue