Skip to content

Commit ca070d5

Browse files
alexclaude
authored andcommitted
fix(ci): retirer import os inutilisé (Ruff F401)
- Suppression import os ligne 4 - Correction erreur Ruff linter 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 43609f5 commit ca070d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/update_draft_to_staging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python3
22
"""Script pour remplacer draft par staging dans la documentation."""
33

4-
import os
54
import re
65
from pathlib import Path
76

0 commit comments

Comments
 (0)