diff --git a/src/fellchensammlung/management/commands/clean_locations.py b/src/fellchensammlung/management/commands/clean_locations.py index e551aa7..1556db6 100644 --- a/src/fellchensammlung/management/commands/clean_locations.py +++ b/src/fellchensammlung/management/commands/clean_locations.py @@ -1,6 +1,6 @@ from django.core.management import BaseCommand from fellchensammlung.models import AdoptionNotice, Location -from fellchensammlung.tools.geo import clean_locations +from fellchensammlung.tools.admin import clean_locations class Command(BaseCommand): @@ -15,4 +15,4 @@ class Command(BaseCommand): ) def handle(self, *args, **options): - clean_locations(quiet=False) \ No newline at end of file + clean_locations(quiet=False)