zerver: Remove the rest of absolute_import.

This commit is contained in:
rht
2017-09-27 10:44:17 +02:00
committed by Tim Abbott
parent 7115a29bee
commit 2949d1c1e8
11 changed files with 0 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from typing import Any, Dict, List, Optional
from django.http import HttpRequest

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from django.utils.translation import ugettext as _
from django.http import HttpResponseRedirect, HttpResponse

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from typing import Any, Dict

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from django import forms
from django.conf import settings

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from django.conf import settings
from typing import Any, Dict, Optional

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from six import binary_type
from typing import Any, AnyStr, Callable, Dict, Iterable, List, MutableMapping, Optional, Text

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from typing import Any, DefaultDict, Dict, List, Set, Tuple, TypeVar, Text, \
Union, Optional, Sequence, AbstractSet, Pattern, AnyStr, Callable, Iterable
from typing.re import Match

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from django.dispatch import receiver
from django.contrib.auth.signals import user_logged_in

View File

@@ -1,5 +1,4 @@
# Useful reading is https://zulip.readthedocs.io/en/latest/front-end-build-process.html
from __future__ import absolute_import
import os
import shutil

View File

@@ -1,4 +1,3 @@
from __future__ import absolute_import
from typing import Any, Dict
from django.template import Node, Library, TemplateSyntaxError

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
from __future__ import absolute_import
from __future__ import print_function
from django.conf import settings