Skip to content

Commit

Permalink
Remove atomic transaction from importing divisions
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Apr 20, 2023
1 parent efa9eb1 commit 92d22dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def import_geo_search_addresses(self):
def import_enriched_addresses(self):
return import_enriched_addresses(logger=self.logger)

@db.transaction.atomic
def import_divisions(self):
return import_divisions(logger=self.logger)

Expand Down

0 comments on commit 92d22dc

Please sign in to comment.