mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
ruff rule DJ
Co-authored-by: Bartuccio Antoine <klmp200@users.noreply.github.com>
This commit is contained in:
@ -127,6 +127,9 @@ class GalaxyLane(models.Model):
|
||||
default=0,
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.star1} -> {self.star2} ({self.distance})"
|
||||
|
||||
|
||||
class StarDict(TypedDict):
|
||||
id: int
|
||||
|
Reference in New Issue
Block a user