mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
Mise à jour de Black vers la version 23.3 (#629)
This commit is contained in:
@ -413,6 +413,7 @@ class UserGodfathersTreePictureView(CanViewMixin, DetailView):
|
||||
self.graph = pgv.AGraph(strict=False, directed=True)
|
||||
family = set()
|
||||
self.level = 1
|
||||
|
||||
# Since the tree isn't very deep, we can build it recursively
|
||||
def crawl_family(user):
|
||||
if self.level > self.depth:
|
||||
|
Reference in New Issue
Block a user