This is an automated email from the ASF dual-hosted git repository.
riteshghorse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new e01de664594 remove unused os import (#28914)
e01de664594 is described below
commit e01de66459416f8f40dc3fbe64243fef9694ffc3
Author: Ritesh Ghorse <[email protected]>
AuthorDate: Tue Oct 10 10:42:23 2023 -0400
remove unused os import (#28914)
---
sdks/go/test/integration/integration.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/sdks/go/test/integration/integration.go
b/sdks/go/test/integration/integration.go
index d3eb1c3ee7c..5b7473fb561 100644
--- a/sdks/go/test/integration/integration.go
+++ b/sdks/go/test/integration/integration.go
@@ -38,7 +38,6 @@ package integration
import (
"fmt"
"math/rand"
- "os"
"regexp"
"strings"
"testing"