Internal Change

PiperOrigin-RevId: 226542979
diff --git a/tcpip/transport/tcp/accept.go b/tcpip/transport/tcp/accept.go
index 6b46a16..05ebd3f 100644
--- a/tcpip/transport/tcp/accept.go
+++ b/tcpip/transport/tcp/accept.go
@@ -15,13 +15,13 @@
 package tcp
 
 import (
+	"crypto/sha1"
 	"encoding/binary"
 	"hash"
 	"io"
 	"sync"
 	"time"
 
-	"crypto/sha1"
 	"github.com/google/netstack/rand"
 	"github.com/google/netstack/sleep"
 	"github.com/google/netstack/tcpip"