chore(tooling): remove unused imports in generate_corp_stubs.py

Fixes F401 errors caught by pre-push hook.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 14:50:12 +02:00
co-authored by Claude Opus 4.7
parent 38e0afae59
commit cf3e14cc5e
-3
View File
@@ -1,9 +1,6 @@
#!/usr/bin/env python3
"""Generate minimal wiki stub pages for corps in brands.toml that don't yet have wiki pages."""
import os
import re
import sys
from pathlib import Path
REPO = Path(__file__).parent.parent