mirror of https://github.com/databricks/cli.git
fix: Remove duplicate import of 'os' in patchwheel_test.go
This commit is contained in:
parent
6babde4ae5
commit
040bd32424
|
@ -3,8 +3,6 @@ package patchwheel
|
|||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"io"
|
||||
"os"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
|
|
Loading…
Reference in New Issue