Skip to content

Commit 396e218

Browse files
Fix black formatting
1 parent 51404db commit 396e218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/inventory/nb_inventory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def add_host_to_groups(self, host, hostname):
606606
continue
607607

608608
for sub_group in sub_groups:
609-
sub_group = sub_group.replace('-', '_')
609+
sub_group = sub_group.replace("-", "_")
610610
if self.group_names_raw:
611611
group_name = sub_group
612612
else:

0 commit comments

Comments
 (0)