fix(tooling): remove unused import in fill-missing-globes.py

ruff F401 — unused 'import os'. Pre-existing in the globe-coverage script; ruff
runs at pre-push (not pre-commit), so it surfaced only now and blocked the push.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-22 18:43:00 +02:00
co-authored by Claude Opus 4.7
parent 96dcdf98b6
commit d87e700039
-1
View File
@@ -15,7 +15,6 @@ Usage:
""" """
import hashlib import hashlib
import os
import shutil import shutil
import sqlite3 import sqlite3
import sys import sys