Skip to content

Commit f47d25c

Browse files
committed
Revert import fix
1 parent a164f4c commit f47d25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstef_dbc/services/prediction_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import json
66
from typing import List, Optional, Union
7-
from pydantic import ValidationError
7+
from pydantic.v1 import ValidationError
88
import pandas as pd
99

1010
from openstef.data_classes.prediction_job import PredictionJobDataClass

0 commit comments

Comments
 (0)