Skip to content

Commit dbd54d8

Browse files
author
Drew O'Meara
committed
code cleanuo
1 parent fbec34e commit dbd54d8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

modules/runtime.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ var defaultPaths = []py.Object{
168168
}
169169

170170
func resolveRunPath(runPath string, opts py.CompileOpts, pathObjs []py.Object, tryPath func(pyPath string) (bool, error)) error {
171-
var cwd string
172-
173171
runPath = strings.TrimSuffix(runPath, "/")
174172

175173
var (

0 commit comments

Comments
 (0)