Skip to content

Commit b755c7b

Browse files
committed
linting
1 parent 7bb7fed commit b755c7b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mp_api/client/routes/materials/phonon.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ def search(
106106
found_material_ids.add(mid)
107107
resolved_ids.extend(method_ids)
108108

109-
missing.extend(
110-
mid for mid in material_ids if mid not in found_material_ids
111-
)
109+
missing.extend(mid for mid in material_ids if mid not in found_material_ids)
112110

113111
if missing:
114112
method_suffix = (

0 commit comments

Comments
 (0)