Finish purging 'fromt typing import *' from Zulip codebase.

This commit is contained in:
Tim Abbott
2016-04-07 14:11:21 -07:00
parent 4e1060076d
commit a1b306f9ce
8 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
from typing import *
from typing import Any, Generator, List, Tuple
import os
import sys