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 20, 2024
1 parent 58a68ce commit d60312d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dvc/render/convert.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Union

from dvc.render import REVISION, REVISIONS, SRC, TYPE_KEY, ANNOTATIONS
from dvc.render import ANNOTATIONS, REVISION, REVISIONS, SRC, TYPE_KEY
from dvc.render.converter.image import ImageConverter
from dvc.render.converter.vega import VegaConverter

Expand Down
4 changes: 2 additions & 2 deletions dvc/render/converter/image.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import base64
import os
import json
import os
from typing import TYPE_CHECKING, Any

from dvc.render import FILENAME, REVISION, SRC, ANNOTATIONS
from dvc.render import ANNOTATIONS, FILENAME, REVISION, SRC

from . import Converter

Expand Down

0 comments on commit d60312d

Please sign in to comment.