Skip to content

Commit

Permalink
fix codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalef committed Nov 22, 2024
1 parent b949c41 commit fecfda8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions GANDLF/utils/pydantic_config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from pydantic import BaseModel, ConfigDict, Field
from typing import Dict, Any, List, Optional
from enum import Enum
from GANDLF.models.modelBase import ModelBase
from typing import Union
from pydantic import BaseModel, ConfigDict
from typing import Dict, List, Optional, Union


class Version(BaseModel):
Expand Down

0 comments on commit fecfda8

Please sign in to comment.