Skip to content

Commit

Permalink
chore: remove missing import comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jul 1, 2021
1 parent f7b150a commit 2ed629b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-tools/mage/target/integtest/notests/integtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@

package notests

import (
"fmt"
// mage:import
)
import "fmt"

// IntegTest executes integration tests (it uses Docker to run the tests).
func IntegTest() {
Expand Down

0 comments on commit 2ed629b

Please sign in to comment.