Skip to content

Commit

Permalink
refactor: delete unused import (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jun 30, 2020
1 parent 549758d commit b862354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {getInputs} from './get-inputs';
import fs from 'fs';
import yaml from 'js-yaml';
import Mustache from 'mustache';
import {stringify} from 'querystring';

async function closeIssue(
githubClient: InstanceType<typeof GitHub>,
Expand Down

0 comments on commit b862354

Please sign in to comment.