Commit 762e4740 authored by Pablo Armingol's avatar Pablo Armingol
Browse files

Refactor whitespace and formatting in OpenConfigDriver, Interfaces, Inventory,...

Refactor whitespace and formatting in OpenConfigDriver, Interfaces, Inventory, NetworkInstances, Tools, Networks, and YangHandler to improve code readability and maintain consistency.
parent 57e30257
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ class YangHandler:
        network = networks.create_path(f'network[network-id="{te_topology_name}"]')
        network.create_path('network-id', te_topology_name)

        network_types = network.create_path('network-types')
        network_types.create_path('ietf-l3-unicast-topology:l3-unicast-topology')

        name_mappings = NameMappings()

        for device in topology_details.devices:
+4 −4

File changed.

Contains only whitespace changes.

+20 −20

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+10 −10

File changed.

Contains only whitespace changes.

Loading