Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Jun 26, 2023
1 parent b99a374 commit 1e19555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdx/pce/topology/temanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, topology_data, connection_data):

# A lock to safely perform topology operations.
self._topology_lock = threading.Lock()

# A {domain, {port, {vlan, in_use}}} mapping.
self._vlan_tags_table = {}

Expand Down

0 comments on commit 1e19555

Please sign in to comment.