Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 4, 2022
1 parent f8a03ab commit a3f2b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { readFile, writeFile, unlink } from 'node:fs/promises'
import { setTimeout } from 'node:timers/promises'
import { promisify } from 'node:util'

import got from 'got'
import { got } from 'got'
import { tmpName } from 'tmp-promise'

const pExecFile = promisify(execFile)
Expand Down
1 change: 1 addition & 0 deletions src/main.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import test from 'ava'

import { run } from 'spyd'

test('Smoke test', (t) => {
Expand Down
2 changes: 1 addition & 1 deletion src/runners/common/ipc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { argv } from 'node:process'

import got from 'got'
import { got } from 'got'

import { BaseError, UnknownError, IpcSerializationError } from './error.js'

Expand Down

0 comments on commit a3f2b65

Please sign in to comment.