Skip to content

Commit

Permalink
Merge pull request #269 from City-of-Turku/bugfix/division-import-fai…
Browse files Browse the repository at this point in the history
…ls-due-to-execution-of-queries-in-the-atomic-block

division import fails due to execution of queries in the atomic block
  • Loading branch information
juuso-j committed Apr 25, 2023
2 parents efa9eb1 + 92d22dc commit b50b9c9
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 b50b9c9

Please sign in to comment.