Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Typing info
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Aug 13, 2018
1 parent 48718fc commit 81bdaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


class SlackRequest:
def __init__(self, proxies=None):
def __init__(self, proxies: Optional[Dict[str,str]] = None) -> None:
self.proxies = proxies

def do(self, token: str, request: str, post_data: Dict[str,str], timeout: Optional[float], files: Optional[Dict]):
Expand Down

0 comments on commit 81bdaf8

Please sign in to comment.