flake8 format

main
Bob Mottram 2020-04-04 13:11:50 +01:00
parent ad2c26eebf
commit 6d19fa47a1
1 changed files with 21 additions and 21 deletions

2
tox.py
View File

@ -6,7 +6,6 @@ __maintainer__="Bob Mottram"
__email__ = "bob@freedombone.net" __email__ = "bob@freedombone.net"
__status__ = "Production" __status__ = "Production"
import json
def getToxAddress(actorJson: {}) -> str: def getToxAddress(actorJson: {}) -> str:
"""Returns tox address for the given actor """Returns tox address for the given actor
@ -40,6 +39,7 @@ def getToxAddress(actorJson: {}) -> str:
return propertyValue['value'] return propertyValue['value']
return '' return ''
def setToxAddress(actorJson: {}, toxAddress: str) -> None: def setToxAddress(actorJson: {}, toxAddress: str) -> None:
"""Sets an tox address for the given actor """Sets an tox address for the given actor
""" """