mirror of
https://github.com/usestrix/strix.git
synced 2026-08-24 20:02:39 +02:00
refactor: replace type ignores with inline fallbacks
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Ahmed Allam
co-authored by
Claude Opus 4.5
parent
b80bb165b9
commit
498032e279
@@ -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