Skip to content

Commit

Permalink
remove: remove duplicated import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
namwoam committed Jul 8, 2024
1 parent 4f0a13a commit ff251c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func Init(
compStore.Import(conn)
}
compStore.Import(cohere.Init(baseComp))
compStore.Import(anthropic.Init(baseComp))
compStore.Import(archetypeai.Init(baseComp))
compStore.Import(numbers.Init(baseComp))
compStore.Import(bigquery.Init(baseComp))
Expand Down

0 comments on commit ff251c8

Please sign in to comment.