Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 7, 2024
1 parent 8d943a6 commit df0557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itertools.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { enumerate, every, iter, range } from "./builtins";
import { every, iter, range } from "./builtins";
import { flatten } from "./more-itertools";
import type { Predicate, Primitive } from "./types";
import { primitiveIdentity } from "./utils";
Expand Down

0 comments on commit df0557a

Please sign in to comment.