Skip to content

Commit

Permalink
refactor(poisson): update imports (transducers)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 20, 2021
1 parent 2fd7619 commit 1a111e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/poisson/src/stratified.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SYSTEM } from "@thi.ng/random/system";
import { rangeNd } from "@thi.ng/transducers/iter/range-nd";
import { repeatedly } from "@thi.ng/transducers/iter/repeatedly";
import { mapcat } from "@thi.ng/transducers/xform/mapcat";
import { mapcat } from "@thi.ng/transducers/mapcat";
import { rangeNd } from "@thi.ng/transducers/range-nd";
import { repeatedly } from "@thi.ng/transducers/repeatedly";
import { add } from "@thi.ng/vectors/add";
import { random } from "@thi.ng/vectors/random";
import type { StratifiedGridOpts } from "./api";
Expand Down

0 comments on commit 1a111e1

Please sign in to comment.