remove future imports

This commit is contained in:
j 2020-05-30 21:23:16 +02:00
commit a1e6ad7b3d
17 changed files with 0 additions and 27 deletions

View file

@ -1,3 +1 @@
from __future__ import absolute_import
from .actions import actions

View file

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import
import inspect
import sys

View file

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from django.urls import path
from . import views

View file

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import
import json
from django.shortcuts import render

View file

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from functools import wraps
from .shortcuts import render_to_json_response