fix linter#3

This commit is contained in:
pasha1coil 2023-12-01 14:59:27 +03:00
parent 55ad27ce30
commit 4461d96bb4
2 changed files with 4 additions and 2 deletions

@ -4,10 +4,11 @@ import (
"bytes" "bytes"
"context" "context"
"encoding/json" "encoding/json"
"go.uber.org/zap"
"log" "log"
"mime/multipart" "mime/multipart"
"net/http" "net/http"
"go.uber.org/zap"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/errors" "penahub.gitlab.yandexcloud.net/pena-services/customer/internal/errors"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/models" "penahub.gitlab.yandexcloud.net/pena-services/customer/internal/models"
) )

@ -3,9 +3,10 @@ package client
import ( import (
"context" "context"
"fmt" "fmt"
"go.uber.org/zap"
"log" "log"
"net/url" "net/url"
"go.uber.org/zap"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/errors" "penahub.gitlab.yandexcloud.net/pena-services/customer/internal/errors"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/models" "penahub.gitlab.yandexcloud.net/pena-services/customer/internal/models"
"penahub.gitlab.yandexcloud.net/pena-services/customer/pkg/client" "penahub.gitlab.yandexcloud.net/pena-services/customer/pkg/client"