Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcostvz committed Jan 8, 2024
1 parent 9e31d79 commit 0510ab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_register_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ def test_register_clean():
QuerySet
)
assert isinstance(
Anonymizer.clean_models['django.contrib.contenttypes.models.ContentType'],
Anonymizer.clean_models[
'django.contrib.contenttypes.models.ContentType'
],
QuerySet
)

Expand Down

0 comments on commit 0510ab4

Please sign in to comment.