refactor: replace type ignores with inline fallbacks
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -122,7 +122,7 @@ class DockerRuntime(AbstractRuntime):
|
||||
|
||||
for attempt in range(max_retries):
|
||||
try:
|
||||
self._verify_image_available(Config.get("strix_image")) # type: ignore[arg-type]
|
||||
self._verify_image_available(Config.get("strix_image") or "")
|
||||
|
||||
try:
|
||||
existing_container = self.client.containers.get(container_name)
|
||||
|
||||
Reference in New Issue
Block a user