We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7551e69 commit a34f23fCopy full SHA for a34f23f
1 file changed
gdpr/management/commands/anonymize_data.py
@@ -2,11 +2,11 @@
2
3
import pyprind
4
from django.core.management.base import BaseCommand
5
-from gdpr.utils import chunked_queryset_iterator
6
from chamber.commands import ProgressBarStream
7
8
from gdpr.anonymizers import DeleteModelAnonymizer
9
from gdpr.loading import anonymizer_register
+from gdpr.utils import chunked_queryset_iterator
10
11
12
class Command(BaseCommand):
0 commit comments