fix: remove filepath import for exec file check on unix

windows-fixes
TorchedSammy 2022-03-16 19:42:39 -04:00
parent bcce4da92c
commit beb81c7e3d
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
package main
import (
"path/filepath"
"os"
)