From 2df84bb39a8eb9c98aeacb787158eb0dada42160 Mon Sep 17 00:00:00 2001 From: zjc_he Date: Sun, 5 May 2024 14:31:38 +0800 Subject: [PATCH] fix(internal/executors/all.go): Fixing import bugs --- internal/executors/all.go | 1 - 1 file changed, 1 deletion(-) 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" )