Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions securitybot/chat/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@

import logging
from slackclient import SlackClient
import json

from securitybot.user import User
from securitybot.chat.chat import Chat, ChatException

from typing import Any, Dict, List

class Slack(Chat):
'''
A wrapper around the Slack API designed for Securitybot.
Expand Down