remove unused variable

This commit is contained in:
Tyler Leonhardt 2021-07-22 17:40:13 -07:00
parent 3ed425bef9
commit 54a2e15f6b
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E

View file

@ -6,7 +6,7 @@
import * as vscode from 'vscode';
import { v4 as uuid } from 'uuid';
import { Keychain } from './common/keychain';
import { GitHubServer, uriHandler, NETWORK_ERROR } from './githubServer';
import { GitHubServer, uriHandler } from './githubServer';
import Logger from './common/logger';
import { arrayEquals } from './common/utils';
import { ExperimentationTelemetry } from './experimentationService';