chore: remove unused import

This commit is contained in:
karishmas6
2024-10-16 13:44:07 +05:30
parent 43f90810c6
commit 35790424d0

View File

@@ -1,7 +1,6 @@
import { Model, DataTypes, Optional } from 'sequelize';
import sequelize from '../storage/db';
import Robot from './Robot';
import { minioClient } from '../storage/mino';
interface InterpreterSettings {
maxConcurrency: number;