mehdirabiee commited on
Commit
403d873
1 Parent(s): e7bf12f

pydantic v1

Browse files
Files changed (1) hide show
  1. resume_template.py +1 -1
resume_template.py CHANGED
@@ -1,4 +1,4 @@
1
- from pydantic import BaseModel, Field, ValidationError
2
  from typing import List, Optional, Dict
3
 
4
  # The following classes are for the resume template
 
1
+ from pydantic.v1 import BaseModel, Field, ValidationError
2
  from typing import List, Optional, Dict
3
 
4
  # The following classes are for the resume template