fix: resolve pyright strict errors

This commit is contained in:
2026-06-09 02:15:18 +00:00
committed by didericis
parent 4e570e3e2b
commit d38432f640
10 changed files with 23 additions and 27 deletions
-2
View File
@@ -8,9 +8,7 @@ integration smoke."""
from __future__ import annotations
import subprocess
import tempfile
import unittest
from pathlib import Path
from unittest.mock import patch
from bot_bottle.backend.docker import util as docker_mod