mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 20:22:22 +00:00
Linting
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
21c4d5d7f5
commit
3a0a98a331
@ -387,7 +387,7 @@ class Pool(models.Model):
|
|||||||
|
|
||||||
for i, line in enumerate(table):
|
for i, line in enumerate(table):
|
||||||
# Create the passage
|
# Create the passage
|
||||||
passage = await Passage.objects.acreate(
|
await Passage.objects.acreate(
|
||||||
pool=self.associated_pool,
|
pool=self.associated_pool,
|
||||||
position=i + 1,
|
position=i + 1,
|
||||||
solution_number=tds[line[0]].accepted,
|
solution_number=tds[line[0]].accepted,
|
||||||
|
@ -7,7 +7,7 @@ from django.utils.translation import activate
|
|||||||
import gspread
|
import gspread
|
||||||
from gspread.utils import a1_range_to_grid_range, MergeType
|
from gspread.utils import a1_range_to_grid_range, MergeType
|
||||||
|
|
||||||
from participation.models import Tournament
|
from ...models import Tournament
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
|
Loading…
Reference in New Issue
Block a user