Skip to content

Commit

Permalink
fix conflict from main
Browse files Browse the repository at this point in the history
  • Loading branch information
mde-pach committed Feb 17, 2024
2 parents 039fef0 + d3f3104 commit 6e620b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blitz/models/blitz/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from blitz.models.utils import ContainsEnum
from typing import Any, ClassVar

from pydantic import BaseModel, Field, computed_field, field_validator, model_serializer
from pydantic import BaseModel, computed_field, field_validator, model_serializer, Field
import uuid
from datetime import datetime
import logging
Expand Down

0 comments on commit 6e620b6

Please sign in to comment.