fix black pipeline

This commit is contained in:
lsacienne 2022-05-21 21:53:25 +02:00
parent 712e7c8939
commit b811114425
No known key found for this signature in database
GPG Key ID: 5B1939A93F7A6F48

View File

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