flake8 format

main
Bob Mottram 2020-04-03 16:47:12 +00:00
parent a85baf08ed
commit e2e2db91d4
1 changed files with 16 additions and 16 deletions

View File

@ -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
""" """