refactor: remove unused import

This commit is contained in:
cv
2023-09-02 14:53:58 +02:00
parent 8c6ef9bfc3
commit a344ad2f72
@@ -1,6 +1,6 @@
import { vi } from 'vitest';
import { EndAction, OntimeEvent, TimerType } from 'ontime-types';
import { EndAction, TimerType } from 'ontime-types';
import { dbModel } from '../../models/dataModel.js';
import { parseExcel, parseJson, validateEvent } from '../parser.js';