Commit b3d67208 authored by Pablo Armingol's avatar Pablo Armingol
Browse files

code clean up

parent 803730f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -39,4 +39,3 @@ URL_PREFIX = '/restconf/data/ietf-network:networks'
def register_ietf_network(nbi_app : NbiApplication):
    nbi_app.add_rest_api_resource(Networks, URL_PREFIX + '/')
    nbi_app.add_rest_api_resource(Networks, '/restconf/data/ietf-te-topology:networks/', resource_class_kwargs={'include_te': True}, endpoint='ietf_te_topology')