forked from indymedia/epicyon
flake8 format
parent
a85baf08ed
commit
e2e2db91d4
|
@ -6,7 +6,6 @@ __maintainer__="Bob Mottram"
|
||||||
__email__ = "bob@freedombone.net"
|
__email__ = "bob@freedombone.net"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
|
|
||||||
import json
|
|
||||||
|
|
||||||
def getMatrixAddress(actorJson: {}) -> str:
|
def getMatrixAddress(actorJson: {}) -> str:
|
||||||
"""Returns matrix address for the given actor
|
"""Returns matrix address for the given actor
|
||||||
|
@ -35,6 +34,7 @@ def getMatrixAddress(actorJson: {}) -> str:
|
||||||
return propertyValue['value']
|
return propertyValue['value']
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|
||||||
def setMatrixAddress(actorJson: {}, matrixAddress: str) -> None:
|
def setMatrixAddress(actorJson: {}, matrixAddress: str) -> None:
|
||||||
"""Sets an matrix address for the given actor
|
"""Sets an matrix address for the given actor
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue