From fa1a432a8706243aa57fe6757ef4290a1624dbf2 Mon Sep 17 00:00:00 2001 From: neha-Gupta1 Date: Thu, 17 Aug 2023 16:42:14 +0530 Subject: [PATCH] lint changes --- src/internal/m365/collection/groups/handler.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/internal/m365/collection/groups/handler.go b/src/internal/m365/collection/groups/handler.go index 0dea1ebb3..9134f1056 100644 --- a/src/internal/m365/collection/groups/handler.go +++ b/src/internal/m365/collection/groups/handler.go @@ -3,9 +3,10 @@ package groups import ( "context" + "github.com/microsoftgraph/msgraph-sdk-go/models" + "github.com/alcionai/corso/src/pkg/services/m365/api" "github.com/microsoft/kiota-abstractions-go/serialization" - "github.com/microsoftgraph/msgraph-sdk-go/models" ) type BackupChannelHandler interface {