Skip to content

Commit ee6263a

Browse files
pre-commit updated the typing :(
1 parent 278d9db commit ee6263a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/io/validation/validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ValidationDoc(EmmetBaseModel):
5353
Validation document for a VASP calculation
5454
"""
5555

56-
task_id: MPID | None = Field(None, description="The task_id for this validation document")
56+
task_id: MPID = Field(None, description="The task_id for this validation document")
5757

5858
valid: bool = Field(False, description="Whether this task is valid or not")
5959

0 commit comments

Comments
 (0)