mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
zerver/webhooks: Change use of typing.Text to str.
This commit is contained in:
committed by
Tim Abbott
parent
e8506b5020
commit
64ddfc6ac0
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from typing import Optional, Text
|
||||
from typing import Optional
|
||||
|
||||
from mock import MagicMock, patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user