Skip to content

Commit

Permalink
refactor(dgraph): update imports (transducers)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 20, 2021
1 parent 6e7bf71 commit 441d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dgraph/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { EquivMap } from "@thi.ng/associative/equiv-map";
import { union } from "@thi.ng/associative/union";
import { equiv } from "@thi.ng/equiv";
import { illegalArgs } from "@thi.ng/errors/illegal-arguments";
import { filter } from "@thi.ng/transducers/filter";
import { reduce, reducer } from "@thi.ng/transducers/reduce";
import { filter } from "@thi.ng/transducers/xform/filter";

/**
* {@link DGraph} factory function using optional provided edge pairs. If given,
Expand Down

0 comments on commit 441d708

Please sign in to comment.