Skip to content

Commit b325500

Browse files
committed
fix: mypy reported issue
1 parent 1861772 commit b325500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ def tmp_docker_image(
382382
yield image.id
383383
finally:
384384
client = image.client
385+
assert client is not None
385386
client.images.remove(image.id)
386387

387388

0 commit comments

Comments
 (0)