chore: remove unsued import

This commit is contained in:
karishmas6
2024-10-22 17:26:22 +05:30
parent c022d45b60
commit 3675920d5d

View File

@@ -1,8 +1,6 @@
import { Model, DataTypes, Optional } from 'sequelize';
import sequelize from '../storage/db';
import { WorkflowFile, Where, What, WhereWhatPair } from 'maxun-core';
import User from './User'; // Import User model
import Run from './Run';
interface RobotMeta {
name: string;