Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Balogh <[email protected]>
  • Loading branch information
javaducky committed Jan 24, 2024
1 parent 1fde32c commit b7e672c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions db/place_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package db

import (
"context"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"
"log"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"

"github.com/weesvc/weesvc-gorilla/model"
"github.com/weesvc/weesvc-gorilla/testhelpers"
)
Expand Down

0 comments on commit b7e672c

Please sign in to comment.