We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90e024 commit 21db4a9Copy full SHA for 21db4a9
plugins/inventory/nb_inventory.py
@@ -1150,8 +1150,8 @@ def refresh_prefixes(self):
1150
for prefix in prefixes:
1151
if prefix.get("site"):
1152
self.prefixes_sites_lookup[prefix["site"]["id"]].append(prefix)
1153
- # Remove "site" attribute, as it's redundant when prefixes are assigned to site
1154
- del prefix["site"]
+ # Remove "site" attribute, as it's redundant when prefixes are assigned to site
+ del prefix["site"]
1155
1156
def refresh_regions_lookup(self):
1157
url = self.api_endpoint + "/api/dcim/regions/?limit=0"
0 commit comments