Skip to content

Commit

Permalink
Fixing formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihalik committed Nov 23, 2024
1 parent 8503f9c commit f4f269b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions competition/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ class Meta:

def __str__(self):
return f'{self.series.semester.competition.name}-{self.series.semester.year}' \
f'-{self.series.semester.season[0]
}S-S{self.series.order} - {self.order}. úloha'
f'-{self.series.semester.season[0]}S-S{self.series.order}'\
f' - {self.order}. úloha'

def get_stats(self):
stats = {}
Expand Down

0 comments on commit f4f269b

Please sign in to comment.