Skip to content

Commit

Permalink
Remove unused imports (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored Nov 9, 2023
1 parent 7a3b8cb commit 52ce482
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions connectors/src/connectors/slack/bot.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
CodedError,
ErrorCode,
WebAPIPlatformError,
WebClient,
} from "@slack/web-api";
import { WebClient } from "@slack/web-api";
import { Message } from "@slack/web-api/dist/response/ConversationsHistoryResponse";
import { ConversationsRepliesResponse } from "@slack/web-api/dist/response/ConversationsRepliesResponse";
import levenshtein from "fast-levenshtein";
Expand Down

0 comments on commit 52ce482

Please sign in to comment.