Skip to content

Commit

Permalink
style(imports): remove not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed May 23, 2020
1 parent 3db88b1 commit 058e726
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 @@ -2,7 +2,7 @@ import { build, BuildOptions } from 'esbuild';
import * as fs from 'fs-extra';
import * as globby from 'globby';
import * as path from 'path';
import { compose, concat, mergeWith, uniq, pipe, mergeRight } from 'ramda';
import { compose, concat, mergeWith, uniq } from 'ramda';
import * as Serverless from 'serverless';
import * as Plugin from 'serverless/classes/Plugin';
import * as Service from 'serverless/classes/Service';
Expand Down

0 comments on commit 058e726

Please sign in to comment.