zilencer: Remove absolute_import.

This commit is contained in:
rht 2017-09-28 02:57:55 +02:00 committed by Tim Abbott
parent 4494112862
commit 8d289b8228
10 changed files with 0 additions and 14 deletions

View File

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand
from zerver.lib.actions import create_stream_if_needed, \ from zerver.lib.actions import create_stream_if_needed, \

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import
from typing import Any from typing import Any
from six.moves import zip from six.moves import zip

View File

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

View File

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

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import
from __future__ import division from __future__ import division
from django.core.management.base import BaseCommand, CommandParser from django.core.management.base import BaseCommand, CommandParser

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import
from typing import Any from typing import Any
from argparse import ArgumentParser from argparse import ArgumentParser

View File

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

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import
import os import os
import ujson import ujson
from typing import Any, Generator from typing import Any, Generator

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import
from typing import Any from typing import Any
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand

View File

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