Skip to content

Commit

Permalink
Removed unnecessary f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Aug 20, 2024
1 parent 64a15a3 commit 45139fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_scrubber/management/commands/scrub_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def handle(self, *args, **options):

if model_path in whitelisted_models:
print(f'Model {model_path!r} was excluded via \'SCRUBBER_VALIDATION_WHITELIST\' and will '
f'not be validated.')
'not be validated.')
continue

print(f'Model {model_path!r}:')
Expand Down

0 comments on commit 45139fe

Please sign in to comment.