diff --git a/internal/executors/all.go b/internal/executors/all.go index fc0e2b6..bd860e6 100644 --- a/internal/executors/all.go +++ b/internal/executors/all.go @@ -1,7 +1,6 @@ package executors import ( - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/clang_tidy" _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/dummy" _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/sandbox" )