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 98502ca..c01d567 100644 --- a/runner/python/indexer.go +++ b/runner/python/indexer.go @@ -1,11 +1,11 @@ package python import ( + "git.ewy.one/pik/model" "github.com/pelletier/go-toml/v2" "io/fs" "os" "path/filepath" - "pik/model" ) type pyproj struct { |
