chore(plugin-data-source-main): remove unused import

This commit is contained in:
mytharcher 2024-08-22 22:25:50 +08:00
parent 15593b5185
commit bce81bd4ca

View File

@ -10,7 +10,6 @@
import { Filter, InheritedCollection, UniqueConstraintError } from '@nocobase/database';
import PluginErrorHandler from '@nocobase/plugin-error-handler';
import { Plugin } from '@nocobase/server';
import { Mutex } from 'async-mutex';
import lodash from 'lodash';
import path from 'path';
import * as process from 'process';