fix: Remove unused imports of filecmp and tempfile in scripts/versionbump.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-13 09:47:26 -07:00
parent d5f59d72e4
commit 14fb59f73b

View file

@ -2,11 +2,9 @@
import argparse
import datetime
import filecmp
import re
import subprocess
import sys
import tempfile
from packaging import version