Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Nov 20, 2024
1 parent f4d8f64 commit 4d0ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/utils/pydantic_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pydantic import BaseModel, ConfigDict
from typing import Dict, Any, List, Optional
from typing import Dict, Any, List, Optional, Field
from enum import Enum
from GANDLF.models.modelBase import ModelBase
from typing import Union
Expand Down

0 comments on commit 4d0ad0c

Please sign in to comment.