fix(lint): remove unused stat import (ruff F401)

This commit is contained in:
molecule-ai[bot] 2026-04-23 22:15:22 +00:00 committed by GitHub
parent d3e06a04fd
commit 304b390c02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
]