Skip to content

Commit a34f23f

Browse files
author
Lukáš Klíma
committed
add missing util functions
1 parent 7551e69 commit a34f23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gdpr/management/commands/anonymize_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import pyprind
44
from django.core.management.base import BaseCommand
5-
from gdpr.utils import chunked_queryset_iterator
65
from chamber.commands import ProgressBarStream
76

87
from gdpr.anonymizers import DeleteModelAnonymizer
98
from gdpr.loading import anonymizer_register
9+
from gdpr.utils import chunked_queryset_iterator
1010

1111

1212
class Command(BaseCommand):

0 commit comments

Comments
 (0)