summaryrefslogtreecommitdiff
path: root/runner/python/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/python/runner.go')
-rw-r--r--runner/python/runner.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/runner/python/runner.go b/runner/python/runner.go
index 6aa6017..8d03f52 100644
--- a/runner/python/runner.go
+++ b/runner/python/runner.go
@@ -30,11 +30,6 @@ func (p python) Init() error {
return err
}
-func (p python) Hydrate(target model.Target) (model.HydratedTarget, error) {
- //TODO implement me
- panic("implement me")
-}
-
func (p python) Wants(fs fs.FS, file string, entry fs.DirEntry) (bool, error) {
return !entry.IsDir() && filepath.Ext(entry.Name()) == ".py", nil
}