Skip to content

Commit

Permalink
pre-commit updated the typing :(
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed May 14, 2024
1 parent 278d9db commit ee6263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/validation/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ValidationDoc(EmmetBaseModel):
Validation document for a VASP calculation
"""

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

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

Expand Down

0 comments on commit ee6263a

Please sign in to comment.