Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 26, 2024
1 parent 65db6d1 commit bdd4885
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dvc/render/converter/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
import json
import logging
import os
from typing import TYPE_CHECKING, Any, Annotated
from typing import TYPE_CHECKING, Annotated, Any

from pydantic import BaseModel, Field, ValidationError

from dvc.render import ANNOTATIONS, FILENAME, REVISION, SRC
from pydantic import BaseModel, ValidationError, Field

from . import Converter

Expand Down

0 comments on commit bdd4885

Please sign in to comment.