mirror of https://github.com/zulip/zulip.git
zerver/lib: Remove from __future__ import *.
This commit is contained in:
parent
31d3b1ecc0
commit
9f944d9449
|
@ -1,5 +1,4 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
|
||||||
|
|
||||||
from typing import Any, Dict, Optional, Text
|
from typing import Any, Dict, Optional, Text
|
||||||
import ujson
|
import ujson
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import division
|
|
||||||
|
|
||||||
from zerver.models import UserProfile, UserActivity, UserActivityInterval, Message
|
from zerver.models import UserProfile, UserActivity, UserActivityInterval, Message
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import division
|
|
||||||
|
|
||||||
from typing import Any, Callable, List, Optional, Sequence, TypeVar, Iterable, Set, Tuple, Text
|
from typing import Any, Callable, List, Optional, Sequence, TypeVar, Iterable, Set, Tuple, Text
|
||||||
from six import binary_type
|
from six import binary_type
|
||||||
|
|
Loading…
Reference in New Issue