Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonyelmini committed Dec 19, 2024
1 parent db9bb9e commit ee5d5bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { randomUUID as uuid } from 'crypto';
import { createEventPublishingQueue } from './events';
import { iterateParsedGraphFiles } from '..';
import { shrinkBatchRawData } from './shrinkBatchRawData';
import { batchGraphObjectsBySizeInBytes, getSizeOfObject } from './batchBySize';
import { batchGraphObjectsBySizeInBytes } from './batchBySize';
import type { Alpha } from '@lifeomic/alpha';

export { synchronizationApiError };
Expand Down

0 comments on commit ee5d5bd

Please sign in to comment.