Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Ayman <[email protected]>
  • Loading branch information
enkhalifapro committed Jul 22, 2022
1 parent ef3354f commit 500fa1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import (
"context"
"flag"
"fmt"
"github.com/LF-Engineering/insights-datasource-github/build"
"github.com/LF-Engineering/insights-datasource-shared/cache"
"github.com/sirupsen/logrus"
"io/ioutil"
"math/rand"
"os"
Expand All @@ -17,11 +14,14 @@ import (
"sync"
"time"

"github.com/LF-Engineering/insights-datasource-github/build"
"github.com/LF-Engineering/insights-datasource-shared/cache"
"github.com/LF-Engineering/insights-datasource-shared/cryptography"
"github.com/LF-Engineering/lfx-event-schema/service"
"github.com/LF-Engineering/lfx-event-schema/service/insights"
"github.com/LF-Engineering/lfx-event-schema/service/repository"
"github.com/LF-Engineering/lfx-event-schema/service/user"
"github.com/sirupsen/logrus"

"github.com/LF-Engineering/lfx-event-schema/utils/datalake"

Expand All @@ -36,7 +36,6 @@ import (
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/google/go-github/v43/github"

jsoniter "github.com/json-iterator/go"
"golang.org/x/oauth2"
)
Expand Down

0 comments on commit 500fa1e

Please sign in to comment.