misc/compat: remove obsolete __future__ imports (#75510)
gitea/authentic2-wallonie-connect/pipeline/head This commit looks good Details

This commit is contained in:
Paul Marillonnet 2023-03-16 14:40:44 +01:00
parent e09c197829
commit 6184b2b7d3
4 changed files with 0 additions and 9 deletions

View File

@ -16,8 +16,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import unicode_literals
from django.apps import apps
from django.db import router
from django.db.models.signals import post_save, post_migrate

View File

@ -16,8 +16,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import unicode_literals
import pytest
from authentic2.custom_user.models import User

View File

@ -16,8 +16,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import unicode_literals
import json
from authentic2.a2_rbac.models import OrganizationalUnit as OU

View File

@ -14,9 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import unicode_literals
from django.urls import reverse
from django.shortcuts import resolve_url