Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 20, 2025
1 parent 754090d commit fc9b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/more-itertools.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as fc from "fast-check";
import { describe, expect, it } from "vitest";

import { find, iter, range } from "~/builtins.js";
import {
chunked,
dupes,
Expand All @@ -15,7 +16,6 @@ import {
uniqueEverseen,
uniqueJustseen,
} from "~/index.js";
import { find, iter, range } from "~/builtins.js";

const isEven = (x: number) => x % 2 === 0;
const isEvenIndex = (_: unknown, index: number) => index % 2 === 0;
Expand Down

0 comments on commit fc9b6cb

Please sign in to comment.