Skip to content

Commit d2c9fc9

Browse files
style: Format docker.py with ruff
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 291477f commit d2c9fc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte_cdk/utils/docker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ def verify_image(image_name: str) -> bool:
386386
return False
387387

388388
try:
389-
390389
spec_output = json.loads(stdout)
391390
if "connectionSpecification" in spec_output:
392391
logger.info("Spec command succeeded and returned valid specification.")

0 commit comments

Comments
 (0)