Remove pprint as it is now unused

This commit is contained in:
tcely 2025-05-04 14:06:34 -04:00 committed by GitHub
parent 305d27a7af
commit a8ee30192c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
from django import db
from io import BytesIO, TextIOWrapper
from pprint import pp
from django.utils.translation import gettext_lazy
from django.core.management import call_command
from django.core.management.base import BaseCommand, CommandError