misc: codestyle fixes (#62849)

This commit is contained in:
Paul Marillonnet 2022-03-23 16:21:01 +01:00
parent 64a9bf70d8
commit 4b001bd77e
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/python
import sys
import os
import subprocess
from setuptools import setup, find_packages
import sys
from distutils.command.sdist import sdist
from setuptools import find_packages, setup
class eo_sdist(sdist):
def run(self):

View File

@ -16,7 +16,6 @@
import django.apps
from django.conf import settings
from django_rbac.utils import get_ou_model

View File

@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import xml.etree.ElementTree as ET
from django import template
from django.conf import settings
from django.utils.encoding import force_str