Skip to content

Commit c12242d

Browse files
committed
mypy fix
1 parent 51301d4 commit c12242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/utils/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def run_docker_command(
201201
*,
202202
check: bool = True,
203203
capture_output: bool = False,
204-
) -> subprocess.CompletedProcess:
204+
) -> subprocess.CompletedProcess[str]:
205205
"""Run a Docker command as a subprocess.
206206
207207
Args:

0 commit comments

Comments
 (0)