YousufFFFF commented on code in PR #37673:
URL: https://github.com/apache/beam/pull/37673#discussion_r2854837490


##########
sdks/go/pkg/beam/runners/dot/dot.go:
##########
@@ -21,10 +21,11 @@ import (
        "bytes"
        "context"
        "flag"
+       "fmt"
        "os"
 
        "github.com/apache/beam/sdks/v2/go/pkg/beam"
-       dotlib "github.com/apache/beam/sdks/v2/go/pkg/beam/core/util/dot"

Review Comment:
   I searched the repository using `git grep core/util/dot` and found no other 
usages in the Go SDK. So removing it from the dot runner does not affect any 
other packages.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to