Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Elwell <[email protected]>
  • Loading branch information
khvn26 and matthewelwell authored Nov 13, 2023
1 parent d84e330 commit 9a1f826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def my_function(*args: str, **kwargs: str) -> None:

# When
# TODO Switch to pytest-django's django_capture_on_commit_callbacks
# fixture when migrating to Django 4
# fixture when migrating to Django 4
with capture_on_commit_callbacks(execute=True):
my_function.run_in_thread(args=args, kwargs=kwargs)

Expand Down

0 comments on commit 9a1f826

Please sign in to comment.