Skip to content

Commit

Permalink
style: auto fix by pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2024
1 parent adaed7f commit 6937f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/docker_test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import json
from typing import Any

import docker
from pydantic import BaseModel, Field, field_validator, model_validator
from pydantic_core import PydanticCustomError
from pyjson5 import Json5DecoderException

import docker
from src.providers.constants import DOCKER_IMAGES, REGISTRY_PLUGINS_URL
from src.providers.utils import load_json

Expand Down

0 comments on commit 6937f33

Please sign in to comment.