Remove net/url from includes where it's not required...whoops
This commit is contained in:
parent
4eaca267d9
commit
ed6df77eb5
@ -3,7 +3,6 @@ package connectwise
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
type Agreement struct {
|
||||
|
@ -3,7 +3,6 @@ package connectwise
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"net/url"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -4,7 +4,6 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
type Callback struct {
|
||||
|
Loading…
Reference in New Issue
Block a user