Skip to content

Commit

Permalink
Merge pull request #44 from justinobney/chore/remove-unused-import
Browse files Browse the repository at this point in the history
chore: remove unused import
  • Loading branch information
Manweill authored Sep 15, 2019
2 parents 49aec3d + b876947 commit ea212d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const serviceHeader = (options: ISwaggerOptions) => {
` : '';

return `/** Generate by swagger-axios-codegen */
import axiosStatic, { AxiosPromise, AxiosInstance } from 'axios';
import axiosStatic, { AxiosInstance } from 'axios';
${classTransformerImport}
Expand Down

0 comments on commit ea212d0

Please sign in to comment.