ruff rule B

This commit is contained in:
thomas girod
2024-07-08 12:34:06 +02:00
parent 2ac578c3ad
commit c6d2ac9100
6 changed files with 15 additions and 9 deletions

View File

@ -86,7 +86,7 @@ def current_star(self) -> Optional[GalaxyStar]:
# Adding a shortcut to User class for getting its star belonging to the latest ruled Galaxy
setattr(User, "current_star", current_star)
User.current_star = current_star
class GalaxyLane(models.Model):