Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Nov 14, 2022
1 parent 5ad19ba commit 7539f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-param-reassign */
import path, { join, posix } from 'path';
import path, { posix } from 'path';
import fs from 'fs';
import fse from 'fs-extra';
import chalk from 'chalk';
Expand Down

0 comments on commit 7539f51

Please sign in to comment.