fix black pipeline

This commit is contained in:
lsacienne
2022-05-21 21:53:25 +02:00
parent 712e7c8939
commit b811114425

View File

@ -352,7 +352,7 @@ class Counter(models.Model):
self.id in SITH_COUNTER_OFFICES
): # If the counter is the counters 'AE' or 'BdF', the refiling are authorized
return True
is_ae_member = False
ae = Club.objects.get(unix_name=SITH_MAIN_CLUB["unix_name"])
for barman in self.get_barmen_list():