Skip to content

Commit

Permalink
merge duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 17, 2024
1 parent 46faa21 commit 5c2a4b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import {
} from '@tapjs/test'
import { lstat, readdir, readFile, writeFile } from 'fs/promises'
import { ConfigSet, Jack, OptionsResults, Unwrap } from 'jackspeak'
import { relative, resolve } from 'node:path'
import { basename, dirname } from 'path'
import { basename, dirname, relative, resolve } from 'path'
import {
kIndent,
parse as jsonParse,
Expand Down

0 comments on commit 5c2a4b8

Please sign in to comment.