reorganize imports with ruff

This commit is contained in:
thomas girod
2024-06-24 13:07:36 +02:00
parent 9bdf3fc4ac
commit 3143d3d91a
170 changed files with 702 additions and 804 deletions

View File

@ -21,6 +21,7 @@
# Place - Suite 330, Boston, MA 02111-1307, USA.
#
#
import logging
import warnings
from django.core.management.base import BaseCommand
@ -28,8 +29,6 @@ from django.db import connection
from galaxy.models import Galaxy
import logging
class Command(BaseCommand):
help = (