Skip to content

Commit 601405d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0be35c7 commit 601405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def setUp(self):
325325
updated=timezone.now(),
326326
)
327327
access_token_2.created = datetime(2021, 10, 20, tzinfo=timezone.get_current_timezone())
328-
access_token_2.save(update_fields=['created'])
328+
access_token_2.save(update_fields=["created"])
329329

330330
def test_clear_expired_tokens(self):
331331
self.oauth2_settings.REFRESH_TOKEN_EXPIRE_SECONDS = 60

0 commit comments

Comments
 (0)