Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Oct 18, 2024
1 parent e1dce22 commit 4309be2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/flask/btc/btc-send.spec.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { strict as assert } from 'assert';
import { Suite } from 'mocha';
import { DEFAULT_BTC_ACCOUNT } from '../../constants';
import {
getQuickNodeSeenRequests,
withBtcAccountSnap,
} from './common-btc';
import { getQuickNodeSeenRequests, withBtcAccountSnap } from './common-btc';

enum SendFlowPlaceHolders {
AMOUNT = 'Enter amount to send',
Expand Down

0 comments on commit 4309be2

Please sign in to comment.