Skip to content

Commit

Permalink
isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Skybound1 committed Nov 21, 2024
1 parent 6f570ff commit 1c8d327
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion icekube/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
from icekube.relationships import Relationship
from icekube.utils import to_camel_case
from kubernetes import client
from pydantic import BaseModel, Field, computed_field, model_validator, field_validator
from pydantic import (
BaseModel,
Field,
computed_field,
field_validator,
model_validator,
)

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 1c8d327

Please sign in to comment.