mirror of https://github.com/zulip/zulip.git
zproject: Remove absolute_import.
This commit is contained in:
parent
8d289b8228
commit
f01b629bf9
|
@ -1,4 +1,3 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
import logging
|
||||
from typing import Any, Dict, List, Set, Tuple, Optional, Text
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from __future__ import absolute_import # Python 2 only
|
||||
|
||||
from typing import Any
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
`minified_js` is taken from `zerver.templatetags.minified_js.py`
|
||||
"""
|
||||
from __future__ import absolute_import # Python 2 only
|
||||
|
||||
from typing import Text
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from __future__ import absolute_import
|
||||
# Django settings for zulip project.
|
||||
########################################################################
|
||||
# Here's how settings for the Zulip project work:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from __future__ import absolute_import
|
||||
import os
|
||||
# test_settings.py works differently from
|
||||
# dev_settings.py/prod_settings.py; it actually is directly referenced
|
||||
|
|
Loading…
Reference in New Issue