fix: Remove duplicate import of 'os' in patchwheel_test.go

This commit is contained in:
Denis Bilenko 2025-03-03 20:38:14 +01:00 committed by Denis Bilenko (aider)
parent 6babde4ae5
commit 040bd32424
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ package patchwheel
import (
"bytes"
"context"
"io"
"os"
"os"
"os/exec"
"path/filepath"