Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
Signed-off-by: HEMANT KUMAR <hkbiet@gmail.com>
  • Loading branch information
hkiiita committed Aug 7, 2024
1 parent 22af0e5 commit 54b9aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/apiserver/registry/stats/nodelatencystats/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ package nodelatencystats

import (
"context"
"k8s.io/utils/clock"
"time"

"k8s.io/utils/clock"

"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/api/meta"
metatable "k8s.io/apimachinery/pkg/api/meta/table"
Expand Down
3 changes: 2 additions & 1 deletion pkg/apiserver/registry/stats/nodelatencystats/rest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ package nodelatencystats

import (
"context"
clocktesting "k8s.io/utils/clock/testing"
"testing"
"time"

clocktesting "k8s.io/utils/clock/testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/api/errors"
Expand Down

0 comments on commit 54b9aeb

Please sign in to comment.