From cd724de65fc532a0643c2f1ae6272f0c7b83d050 Mon Sep 17 00:00:00 2001 From: littlewolf Date: Sat, 26 Oct 2019 09:19:34 +0300 Subject: [PATCH] Move countries to dictionaries --- apps/location/transfer_data.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/location/transfer_data.py b/apps/location/transfer_data.py index db020e7a..a5a659c0 100644 --- a/apps/location/transfer_data.py +++ b/apps/location/transfer_data.py @@ -35,9 +35,6 @@ def transfer_regions(): data_types = { "dictionaries": [ transfer_countries, - - ], - "tmp": [ - transfer_regions + transfer_regions, ] }