Skip to content

Commit

Permalink
fix: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Jun 22, 2024
1 parent 536aac7 commit 929b6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/rssi_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package cmd

import (
"github.com/tommi2day/hmcli/test"
"testing"

"github.com/tommi2day/hmcli/test"

"github.com/go-resty/resty/v2"
"github.com/jarcoal/httpmock"
"github.com/stretchr/testify/assert"
Expand Down
3 changes: 2 additions & 1 deletion cmd/version_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package cmd

import (
"github.com/tommi2day/hmcli/test"
"testing"

"github.com/tommi2day/hmcli/test"

"github.com/tommi2day/gomodules/common"

"github.com/stretchr/testify/assert"
Expand Down

0 comments on commit 929b6e0

Please sign in to comment.