Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Aug 11, 2023
1 parent 04de335 commit b39c6d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internals/overlord/logstate/puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ package logstate
import (
"sync"

"gopkg.in/tomb.v2"

"github.com/canonical/pebble/internals/logger"
"github.com/canonical/pebble/internals/servicelog"
"gopkg.in/tomb.v2"
)

// logPuller handles pulling logs from a single iterator and sending to the
Expand Down

0 comments on commit b39c6d0

Please sign in to comment.