Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Feb 15, 2022
1 parent 18a9a6a commit a52a31e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import chokidar from 'chokidar';
import del from 'del';
import fs from 'fs/promises';
import mkdirp from 'mkdirp';
import { join } from 'path';
import readline from 'readline';

import { StatisticType } from './constants';
Expand Down

0 comments on commit a52a31e

Please sign in to comment.