Skip to content

Commit 08ab876

Browse files
housepbassLucaNicosia
authored andcommitted
Update suzieq/poller/controller/source/nautobot.py
Co-authored-by: Luca Nicosia <66721906+LucaNicosia@users.noreply.github.com> Signed-off-by: Anthony House <anthony.house@networktocode.com>
1 parent c19dad2 commit 08ab876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suzieq/poller/controller/source/nautobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def parse_inventory(self, inventory_list: list) -> Dict:
191191

192192
if not address:
193193
logger.warning(
194-
f"Skipping {namespace}.{hostname}: doesn't have a " "management IP"
194+
f"Skipping {namespace}.{hostname}: doesn't have a management IP"
195195
)
196196
ignored_device_count += 1
197197
continue

0 commit comments

Comments
 (0)