diff --git a/3.0/connectwise/finance.go b/3.0/connectwise/finance.go index fd0c563..a55203d 100644 --- a/3.0/connectwise/finance.go +++ b/3.0/connectwise/finance.go @@ -3,7 +3,6 @@ package connectwise import ( "encoding/json" "fmt" - "net/url" ) type Agreement struct { diff --git a/3.0/connectwise/service.go b/3.0/connectwise/service.go index c61758f..3ac9e76 100644 --- a/3.0/connectwise/service.go +++ b/3.0/connectwise/service.go @@ -3,7 +3,6 @@ package connectwise import ( "encoding/json" "fmt" - "net/url" "time" ) diff --git a/3.0/connectwise/system.go b/3.0/connectwise/system.go index 8b773de..f985005 100644 --- a/3.0/connectwise/system.go +++ b/3.0/connectwise/system.go @@ -4,7 +4,6 @@ import ( "bytes" "encoding/json" "fmt" - "net/url" ) type Callback struct {