judge: remove unused vars

pull/562/head
undefined 1 year ago
parent f82f138c6a
commit 8bc6cd069c
No known key found for this signature in database

@ -5,7 +5,7 @@ import compile, { compileChecker } from '../compile';
import { runFlow } from '../flow'; import { runFlow } from '../flow';
import { Execute } from '../interface'; import { Execute } from '../interface';
import { Logger } from '../log'; import { Logger } from '../log';
import { del, run, runQueued } from '../sandbox'; import { del, runQueued } from '../sandbox';
import signals from '../signals'; import signals from '../signals';
import { NormalizedCase } from '../utils'; import { NormalizedCase } from '../utils';
import { Context, ContextSubTask } from './interface'; import { Context, ContextSubTask } from './interface';

@ -5,7 +5,7 @@ import { STATUS } from '@hydrooj/utils/lib/status';
import checkers from '../checkers'; import checkers from '../checkers';
import compile, { compileChecker, compileValidator } from '../compile'; import compile, { compileChecker, compileValidator } from '../compile';
import { Execute } from '../interface'; import { Execute } from '../interface';
import { del, run, runQueued } from '../sandbox'; import { del, runQueued } from '../sandbox';
import signals from '../signals'; import signals from '../signals';
import { parseMemoryMB, parseTimeMS } from '../utils'; import { parseMemoryMB, parseTimeMS } from '../utils';
import { Context } from './interface'; import { Context } from './interface';

Loading…
Cancel
Save