Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton-usds committed Aug 5, 2024
1 parent b0d1234 commit 83ffaa1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/common/csv.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import test from "ava"
import {
csvColumnName,
matchesString,
} from "../../src/versions/common/csv.js"
import { csvColumnName, matchesString } from "../../src/versions/common/csv.js"

test("csvColumnName", (t) => {
t.is(csvColumnName(0), "A")
Expand Down

0 comments on commit 83ffaa1

Please sign in to comment.