Skip to content

Commit

Permalink
fix: address indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 15, 2025
1 parent e7c926f commit 6069cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openedx_events/tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ def send_event(self, send_robust=True, time=None, **kwargs):
Arguments:
send_robust (bool): Defaults to True. See Django signal docs.
time (datetime): (Optional - see note) Timestamp when the event was sent with UTC
timezone. For events requiring a DB create or update, use the timestamp from the DB
record. Defaults to current time in UTC. This argument is optional for backward
compatibility, but ideally would be explicitly set. See OEP-41 for details.
timezone. For events requiring a DB create or update, use the timestamp from the DB
record. Defaults to current time in UTC. This argument is optional for backward
compatibility, but ideally would be explicitly set. See OEP-41 for details.
Keyword Arguments:
kwargs: Data to be sent to the signal's receivers. The keys must match the attributes defined in
Expand Down

0 comments on commit 6069cb9

Please sign in to comment.