mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
formatting, refactoring
This commit is contained in:
@@ -515,7 +515,6 @@ class AddOnsStep(CartMixin, AsyncAction, TemplateFlowStep):
|
||||
|
||||
return request._checkoutflow_addons_applicable
|
||||
|
||||
|
||||
def is_completed(self, request, warn=False):
|
||||
if getattr(self, '_completed', None) is not None:
|
||||
return self._completed
|
||||
|
||||
Reference in New Issue
Block a user