From 5087803ef84e95e4e208dbc90db0f9af89dd1b9a Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 15:14:15 +0200 Subject: update module path --- runner/python/indexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runner/python/indexer.go') 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 { -- cgit v1.3.1