From bf3f21a0dfd111e72fb3bd551ed1a8b22f9293a0 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Wed, 19 Apr 2023 15:11:53 +0300
Subject: [PATCH] fixes

---
 pkg/images/mocks/Images.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pkg/images/mocks/Images.go b/pkg/images/mocks/Images.go
index 250fa5d0..0600bf04 100644
--- a/pkg/images/mocks/Images.go
+++ b/pkg/images/mocks/Images.go
@@ -4,7 +4,6 @@ package mocks
 
 import (
 	context "context"
-
 	files "git.perx.ru/perxis/perxis-go/pkg/files"
 	images "git.perx.ru/perxis/perxis-go/pkg/images"
 	mock "github.com/stretchr/testify/mock"
-- 
GitLab