Skip to content

Commit

Permalink
fix: Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Aug 23, 2019
1 parent f0031b1 commit c3b22d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/git/GitHubClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/camelcase */
import Octokit from '@octokit/rest';
import { ConsoleOutput, IOutput } from '../../lib/output';
import { inspect } from 'util';
import { injectable, inject } from 'inversify';
import { grey } from 'colors';
Expand Down

0 comments on commit c3b22d0

Please sign in to comment.