summaryrefslogtreecommitdiff
path: root/runner/python/indexer.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/python/indexer.go')
-rw-r--r--runner/python/indexer.go2
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 {