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"
"context"
"encoding/json"
"go.uber.org/zap"
"log"
"mime/multipart"
"net/http"
"go.uber.org/zap"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/errors"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/models"
)

@ -3,9 +3,10 @@ package client
import (
"context"
"fmt"
"go.uber.org/zap"
"log"
"net/url"
"go.uber.org/zap"
"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/pkg/client"