Skip to content

Commit

Permalink
ran black/flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Dec 12, 2023
1 parent fcf7583 commit 3f7a6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testapp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def set_request_session(request, session_dict):
"""
Sets session variables on a RequestFactory object. Uses a fake response (empty
string) for compatibility with Django 4, which no longer defaults to None.
Args:
request (WSGIRequest): A RequestFactory-produced request object (from RequestFactory.get(), et. al.)
session_dict (dict): Key/value pairs of session variables to set
Expand Down

0 comments on commit 3f7a6ec

Please sign in to comment.