Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoell committed Mar 5, 2024
1 parent 81ee857 commit 1e7234e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/cmd/blockmeta/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"context"
"flag"
"github.com/streamingfast/dmetering"
"os"
"regexp"

Expand All @@ -12,6 +11,7 @@ import (
authGRPC "github.com/streamingfast/dauth/grpc"
authNull "github.com/streamingfast/dauth/null"
"github.com/streamingfast/derr"
"github.com/streamingfast/dmetering"
meteringGRPC "github.com/streamingfast/dmetering/grpc"
meteringLogger "github.com/streamingfast/dmetering/logger"
"github.com/streamingfast/logging"
Expand Down
4 changes: 2 additions & 2 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"context"
"errors"
"fmt"
"github.com/streamingfast/dmetering"
"google.golang.org/protobuf/proto"
"net/http"
"net/url"
"regexp"
Expand All @@ -22,11 +20,13 @@ import (
"github.com/streamingfast/derr"
dgrpcserver "github.com/streamingfast/dgrpc/server"
"github.com/streamingfast/dgrpc/server/connectrpc"
"github.com/streamingfast/dmetering"
"github.com/streamingfast/shutter"
pbkv "github.com/streamingfast/substreams-sink-kv/pb/substreams/sink/kv/v1"
"go.uber.org/zap"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/proto"
"google.golang.org/protobuf/types/known/timestamppb"
)

Expand Down

0 comments on commit 1e7234e

Please sign in to comment.