Skip to content

Commit

Permalink
CB-4779 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Feb 29, 2024
1 parent c886e99 commit a41737f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import { action, computed, makeObservable, observable } from 'mobx';

import { DataTypeLogicalOperation, ResultDataFormat, SqlResultColumn } from '@cloudbeaver/core-sdk';
import { EMPTY_ARRAY } from '@cloudbeaver/core-utils';

import { DatabaseDataAction } from '../../DatabaseDataAction';
import type { IDatabaseDataAction } from '../../IDatabaseDataAction';
Expand Down

0 comments on commit a41737f

Please sign in to comment.