Skip to content

Commit cb16c55

Browse files
committed
feat: add Docker deployment engine and Compose configuration models
1 parent 58e910a commit cb16c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flock/deployment/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import time
66
from enum import Enum
7-
from typing import Dict, List, Optional
7+
from typing import Any, Dict, List, Optional
88
from pydantic import BaseModel, Field
99

1010
from flock.deployment.models import DeploymentDefinition

0 commit comments

Comments
 (0)