zerver/webhooks: Change use of typing.Text to str.

This commit is contained in:
Aditya Bansal
2018-05-11 05:13:34 +05:30
committed by Tim Abbott
parent d18b193b5b
commit a40ae4cae5
7 changed files with 96 additions and 96 deletions

View File

@@ -1,5 +1,5 @@
# Webhooks for external integrations.
from typing import Any, Callable, Dict, Iterable, Optional, Text, Tuple
from typing import Any, Callable, Dict, Iterable, Optional, Tuple
from django.http import HttpRequest, HttpResponse
from django.utils.translation import ugettext as _