1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 12:38:26 +02:00

Fix linting

This commit is contained in:
Yohann D'ANELLO
2021-01-19 00:13:22 +01:00
parent 5a865efd18
commit 8515153be7
2 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
import os
import requests
from django.contrib.auth.models import User
from django.core.management import BaseCommand
import requests
class Command(BaseCommand):