Skip to content

Commit

Permalink
chore: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 1, 2024
1 parent 4c94b55 commit 76b480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform_plugin_aspects/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def on_user_profile_updated_txn(*args, **kwargs):
queuing the Celery task until after the transaction is committed.
"""

def on_user_profile_updated(sender, instance, **kwargs):
def on_user_profile_updated(instance, **kwargs):
"""
Queues the UserProfile dump job when the parent transaction is committed.
"""
Expand Down

0 comments on commit 76b480f

Please sign in to comment.