diff options
Diffstat (limited to 'runner/python/indexer.go')
| -rw-r--r-- | runner/python/indexer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/python/indexer.go b/runner/python/indexer.go index 8652779..ff64fc8 100644 --- a/runner/python/indexer.go +++ b/runner/python/indexer.go @@ -1,7 +1,7 @@ package python import ( - "git.ewy.one/pik.git/model" + "github.com/ewy1/pik/model" "github.com/pelletier/go-toml/v2" "io/fs" "os" |
