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