Skip to content

Commit 317ffe4

Browse files
Jason Munroesoteric-ephemera
authored andcommitted
Linting
1 parent fbdc969 commit 317ffe4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

mp_api/client/routes/materials/materials.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,8 @@ def find_structure(
323323
def get_blessed_entries(
324324
self,
325325
run_type: RunType = RunType.R2SCAN,
326-
material_ids: Optional[list[str]] = None,
327-
uncorrected_energy: Optional[
328-
tuple[Optional[float], Optional[float]] | float
329-
] = None,
326+
material_ids: list[str] | None = None,
327+
uncorrected_energy: tuple[float | None, float | None] | float | None = None,
330328
num_chunks: int | None = None,
331329
chunk_size: int = 1000,
332330
):

0 commit comments

Comments
 (0)