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 48d757a commit 68c384c
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,9 +1,9 @@
import json
from typing import TypedDict

import docker
from pydantic import BaseModel, Field, SkipValidation, field_validator

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


Expand Down

0 comments on commit 68c384c

Please sign in to comment.