Skip to content

Commit

Permalink
refactor: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Jan 8, 2022
1 parent 17e59fa commit 05b33c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/clipboardUtils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* istanbul ignore file */

import { spawn } from 'child_process';
import { inspect, getSystemErrorName } from 'util';
import { inspect } from 'util';
import fs from 'fs-extra';

/* These utils borrowed from https:/andrewdotn/2md */
Expand Down

0 comments on commit 05b33c0

Please sign in to comment.