mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 07:18:18 +00:00
PEP 8 clean thanks to auto pep8
This commit is contained in:
@ -22,7 +22,9 @@ from gns3server.web.route import Route
|
||||
|
||||
|
||||
class Documentation(object):
|
||||
|
||||
"""Extract API documentation as Sphinx compatible files"""
|
||||
|
||||
def __init__(self, route):
|
||||
self._documentation = route.get_documentation()
|
||||
|
||||
|
Reference in New Issue
Block a user