Black format
This commit is contained in:
@@ -250,7 +250,7 @@ def deunknown_and_deduplicate(
|
||||
other_npis = [
|
||||
v for v in other_npis if v not in group_npis and not string_utils.is_empty(v)
|
||||
]
|
||||
|
||||
|
||||
group_names = list(dict.fromkeys(group_names))
|
||||
other_names = list(dict.fromkeys(other_names))
|
||||
other_names = [
|
||||
|
||||
Reference in New Issue
Block a user