Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Nov 26, 2024
1 parent 305f9fb commit 5eb04e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qcelemental/models/v2/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ def _version_stamp(cls, v):
@field_validator("return_result")
@classmethod
def _validate_return_result(cls, v, info):
print(info)
# Do not propagate validation errors
if "input_data" not in info.data:
raise ValueError("Input_data was not properly formed.")
Expand Down

0 comments on commit 5eb04e3

Please sign in to comment.