diff --git a/apps/accounts/models/automations/push_account.py b/apps/accounts/models/automations/push_account.py index fe628f4cb..8ebfe697b 100644 --- a/apps/accounts/models/automations/push_account.py +++ b/apps/accounts/models/automations/push_account.py @@ -30,9 +30,6 @@ class PushAccountAutomation(ChangeSecretMixin, AccountBaseAutomation): ] Account.objects.bulk_create(create_account_objs) - def set_period_schedule(self): - pass - @property def dynamic_username(self): return self.username == '@USER'