From 304b390c0297591001b09d595049dbfd37c76bc7 Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:15:22 +0000 Subject: [PATCH] fix(lint): remove unused `stat` import (ruff F401) --- molecule_agent/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule_agent/client.py b/molecule_agent/client.py index 06dc9eb..7702d37 100644 --- a/molecule_agent/client.py +++ b/molecule_agent/client.py @@ -24,7 +24,6 @@ import logging import math import os import random -import stat import subprocess import tarfile import time @@ -961,3 +960,4 @@ __all__ = [ "verify_plugin_sha256", "make_idempotency_key", ] +