mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 16:20:18 +00:00
PEP 8 clean thanks to auto pep8
This commit is contained in:
@ -36,6 +36,7 @@ from gns3server.modules.project_manager import ProjectManager
|
||||
|
||||
|
||||
class Query:
|
||||
|
||||
def __init__(self, loop, host='localhost', port=8001):
|
||||
self._loop = loop
|
||||
self._port = port
|
||||
|
Reference in New Issue
Block a user