mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix: Remove unused imports of filecmp
and tempfile
in scripts/versionbump.py
This commit is contained in:
parent
d5f59d72e4
commit
14fb59f73b
1 changed files with 0 additions and 2 deletions
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import datetime
|
import datetime
|
||||||
import filecmp
|
|
||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
|
||||||
|
|
||||||
from packaging import version
|
from packaging import version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue