Remove unused import

This commit is contained in:
cfunder 2022-09-26 08:49:04 -04:00
parent 36e43a3c50
commit d203a2c602
No known key found for this signature in database
GPG Key ID: 15227A6455DDF7EE
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package launcher
import (
"strings"
"fmt"
"os/exec"
"os"
)