Skip to content

Commit

Permalink
🔥 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Mar 7, 2019
1 parent e2e8224 commit 94e093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import chalk from 'chalk';
import commander from 'commander';
import * as flatten from 'flattenjs';
import * as fs from 'fs';
import { omit, merge } from 'lodash';
import { omit } from 'lodash';
import * as path from 'path';

import { serviceMap } from './services';
Expand Down

0 comments on commit 94e093f

Please sign in to comment.