flake8 format

main
Bob Mottram 2020-04-04 12:40:47 +01:00
parent 05d2d3d983
commit a0930a61b8
1 changed files with 17 additions and 17 deletions

2
ssb.py
View File

@ -6,7 +6,6 @@ __maintainer__="Bob Mottram"
__email__ = "bob@freedombone.net"
__status__ = "Production"
import json
def getSSBAddress(actorJson: {}) -> str:
"""Returns ssb address for the given actor
@ -38,6 +37,7 @@ def getSSBAddress(actorJson: {}) -> str:
return propertyValue['value']
return ''
def setSSBAddress(actorJson: {}, ssbAddress: str) -> None:
"""Sets an ssb address for the given actor
"""