Removed unneeded import

This commit is contained in:
Logan Freijo 2024-04-15 10:10:18 -04:00 committed by GitHub
parent 84334439b6
commit d67d57450a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
ftp.go
View File

@ -8,7 +8,6 @@ import (
"context" "context"
"crypto/tls" "crypto/tls"
"errors" "errors"
"fmt"
"io" "io"
"net" "net"
"net/textproto" "net/textproto"