Skip to content

Commit

Permalink
Correct linting error
Browse files Browse the repository at this point in the history
Remove import of unsed variables.
  • Loading branch information
DirgoSalga committed Sep 25, 2024
1 parent 5a84b18 commit 87b2080
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Fallback from './integration-bank.js';

import { printIban, amountToInteger } from '../utils.js';
import { formatPayeeName } from '../../util/payee-name.js';

/** @type {import('./bank.interface.js').IBank} */
Expand Down

0 comments on commit 87b2080

Please sign in to comment.