Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jun 27, 2022
1 parent 21361dc commit a832ef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ERTP/src/paymentLedger.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
import { E } from '@endo/eventual-send';
import { isPromise } from '@endo/promise-kit';
import { assertCopyArray } from '@endo/marshal';
import { fit, M, provide } from '@agoric/store';
import { fit, M } from '@agoric/store';
import {
makeScalarBigWeakMapStore,
dropContext,
provideDurableSingletonKit,
provideDurableWeakMapStore,
Expand Down

0 comments on commit a832ef8

Please sign in to comment.