Finish purging 'fromt typing import *' from Zulip codebase.
This commit is contained in:
parent
2634792cdc
commit
2b386921f0
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
from __future__ import absolute_import
|
||||
from typing import *
|
||||
from typing import Any, List
|
||||
|
||||
import sys
|
||||
from six.moves import map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue