refactor: Remove unused imports and add exception comments

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 02:39:10 +00:00
parent 594dfc6376
commit a5cd287431
5 changed files with 8 additions and 11 deletions

View File

@@ -27,13 +27,12 @@ NOTE: Updates CHANGELOG.md and optionally updates VERSION in files
"""
import argparse
import json
import re
import subprocess
import sys
from datetime import datetime
from pathlib import Path
from typing import List, Optional, Tuple
from typing import List, Optional
class VersionReleaser: