Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenh committed Jan 2, 2025
1 parent 4c3a06c commit 39e7af4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/ollama/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ var (
_ testcontainers.Container = (*localProcess)(nil)
_ testcontainers.ContainerCustomizer = (*localProcess)(nil)

// defaultStopTimeout is the default timeout for stopping the local Ollama process.
defaultStopTimeout = time.Second * 5

// zeroTime is the zero time value.
zeroTime time.Time
)
Expand Down

0 comments on commit 39e7af4

Please sign in to comment.