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/runner.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runner/python/runner.go') diff --git a/runner/python/runner.go b/runner/python/runner.go index 73192e6..edd49c4 100644 --- a/runner/python/runner.go +++ b/runner/python/runner.go @@ -2,12 +2,12 @@ package python import ( "errors" + "git.ewy.one/pik/identity" + "git.ewy.one/pik/model" + "git.ewy.one/pik/runner" "io/fs" "os/exec" "path/filepath" - "pik/identity" - "pik/model" - "pik/runner" ) type python struct { -- cgit v1.3.1