Skip to content

Commit 41a1b1e

Browse files
committed
Fix code style issues with Black
1 parent 6a02795 commit 41a1b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsers/read_dmidecode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def find_connector_from_tuple(connectors, external, external_des, internal, inte
237237
for tup in connectors_map_tuples:
238238
zipped = list(zip(tup, (internal, external, internal_des, external_des)))
239239
equal = True
240-
for (mask, garbage_from_manufacturer) in zipped:
240+
for mask, garbage_from_manufacturer in zipped:
241241
if mask is None:
242242
continue
243243
if mask.startswith("*") and mask.endswith("*"):

0 commit comments

Comments
 (0)