Skip to content

Commit

Permalink
chore: cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkamadeus committed May 30, 2022
1 parent 45bedfe commit 99c9c05
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion pkg/executor/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func (e *Executor) InitCommand() error {
cmd.Dir = e.Path
err := cmd.Run()
if err != nil {
return fmt.Errorf("error installing on initializing venv")
return fmt.Errorf("error installing on initializing venv: %v", err)
}
return err
}
8 changes: 0 additions & 8 deletions pkg/template/api/base.go

This file was deleted.

39 changes: 0 additions & 39 deletions pkg/template/code/requirements.txt

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 99c9c05

Please sign in to comment.