diff --git a/plugins/stack-overflow/src/api/StackOverflowClient.ts b/plugins/stack-overflow/src/api/StackOverflowClient.ts index bfe51ee448..8e740f77fa 100644 --- a/plugins/stack-overflow/src/api/StackOverflowClient.ts +++ b/plugins/stack-overflow/src/api/StackOverflowClient.ts @@ -20,7 +20,6 @@ import { StackOverflowQuestion, StackOverflowQuestionsRequestParams, } from '../types'; -import qs from 'qs'; export class StackOverflowClient implements StackOverflowApi { private baseUrl: string;