Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Nov 13, 2024
1 parent 27992b6 commit 1f55f47
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { describe, expect, it } from 'vitest';
import { XcmVersion } from './ExtrinsicBuilder.interfaces';
import {
applyConcreteWrapper,
normalizeConcrete,
normalizeX1,
} from './ExtrinsicBuilder.utils';
import { normalizeConcrete, normalizeX1 } from './ExtrinsicBuilder.utils';

describe('normalizeX1', () => {
it('should return original object when xcmVersion < v4', () => {
Expand Down

0 comments on commit 1f55f47

Please sign in to comment.