mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 15:28:11 +00:00
PEP 8 clean thanks to auto pep8
This commit is contained in:
@ -38,6 +38,7 @@ class Response(aiohttp.web.Response):
|
||||
|
||||
:param anwser The response as a Python object
|
||||
"""
|
||||
|
||||
def json(self, answer):
|
||||
"""Pass a Python object and return a JSON as answer"""
|
||||
|
||||
|
Reference in New Issue
Block a user