Skip to content

Commit d5496f3

Browse files
Jake ChampionJakeChampion
authored andcommitted
remove unused imports
1 parent 58254f1 commit d5496f3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

integration-tests/js-compute/fixtures/secret-store/setup.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#!/usr/bin/env node
22

33
import { $ as zx } from 'zx'
4-
import { retry } from 'zx/experimental'
54

65
const startTime = Date.now();
76

8-
async function $(...args) {
9-
return await retry(10, () => zx(...args))
10-
}
117
zx.verbose = false;
128
if (process.env.FASTLY_API_TOKEN === undefined) {
139
try {

integration-tests/js-compute/fixtures/secret-store/teardown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
import { $ as zx, fetch } from 'zx'
3+
import { $ as zx } from 'zx'
44

55
const startTime = Date.now();
66

0 commit comments

Comments
 (0)