Skip to content

Commit

Permalink
fix: remove unused import in script (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikededo authored Feb 26, 2025
1 parent b5fb12c commit 4247a5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/install-fixture-deps.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { exec } from 'node:child_process'
import * as fs from 'node:fs/promises'
import * as path from 'node:path'
import { fileURLToPath } from 'node:url'
import { promisify } from 'node:util'
Expand Down

0 comments on commit 4247a5d

Please sign in to comment.