Remove unnecessary import block formatting

Consolidate the import statement to a single line for readability. This change reduces code clutter and adheres to cleaner code standards.
This commit is contained in:
Павел Синицин 2024-09-09 18:14:37 +03:00
parent 05b8245f11
commit c0290e776c
Signed by: spavelit
GPG Key ID: 2FEC8CEAE5A95DD1

View File

@ -1,8 +1,6 @@
package client
import (
"github.com/go-resty/resty/v2"
)
import "github.com/go-resty/resty/v2"
const (
AuthApiUrl = "https://bp.iek.ru/oauth/login"