Skip to content

Commit

Permalink
remove seek strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Fergason committed Dec 1, 2023
1 parent b72aa57 commit 860f393
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 453 deletions.
2 changes: 0 additions & 2 deletions strategies/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
"github.com/penny-vault/pv-api/strategies/daa"
"github.com/penny-vault/pv-api/strategies/mdep"
"github.com/penny-vault/pv-api/strategies/paa"
"github.com/penny-vault/pv-api/strategies/seek"
"github.com/penny-vault/pv-api/strategies/strategy"

"github.com/pelletier/go-toml/v2"
Expand All @@ -53,7 +52,6 @@ func InitializeStrategyMap() {
Register("daa", daa.New)
Register("mdep", mdep.New)
Register("paa", paa.New)
Register("seek", seek.New)
}

func Register(strategyPkg string, factory strategy.Factory) {
Expand Down
5 changes: 0 additions & 5 deletions strategies/seek/description.md

This file was deleted.

Loading

0 comments on commit 860f393

Please sign in to comment.