Skip to content

Commit

Permalink
Remove unnnecessary import
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Bjoerkelund <marcosbd@vmware.com>
  • Loading branch information
marcosbc committed Feb 2, 2022
1 parent 2a572ac commit 451e3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-cp.mjs
Expand Up @@ -15,7 +15,7 @@ const {
writeFileSync,
} = fs;
import net from 'net';
import { join, isAbsolute } from 'path';
import { join } from 'path';
import { pathToFileURL } from 'url';
import { setTimeout } from 'timers/promises';

Expand Down

0 comments on commit 451e3e9

Please sign in to comment.