forked from indymedia/epicyon
flake8 format
parent
ad2c26eebf
commit
6d19fa47a1
2
tox.py
2
tox.py
|
@ -6,7 +6,6 @@ __maintainer__="Bob Mottram"
|
|||
__email__ = "bob@freedombone.net"
|
||||
__status__ = "Production"
|
||||
|
||||
import json
|
||||
|
||||
def getToxAddress(actorJson: {}) -> str:
|
||||
"""Returns tox address for the given actor
|
||||
|
@ -40,6 +39,7 @@ def getToxAddress(actorJson: {}) -> str:
|
|||
return propertyValue['value']
|
||||
return ''
|
||||
|
||||
|
||||
def setToxAddress(actorJson: {}, toxAddress: str) -> None:
|
||||
"""Sets an tox address for the given actor
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue