diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:12 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:33 +0200 |
| commit | 1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch) | |
| tree | 5e9e3f5c80037a9c5871761e285df76669149b84 /runner/python/indexer.go | |
| parent | 10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff) | |
yep
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" |
