Skip to content

Commit

Permalink
Add lint:ignore ST1001
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-grella committed Oct 30, 2023
1 parent 2c148e0 commit 812db2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/perceptron/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package main

import (
"fmt"

//lint:ignore ST1001 allow dot import just to make the example more readable
. "github.com/nlpodyssey/spago/ag"
"github.com/nlpodyssey/spago/mat"
)
Expand Down

0 comments on commit 812db2d

Please sign in to comment.