make linter happy

This commit is contained in:
Laura Klünder 2023-12-11 19:02:19 +01:00
parent 30b0c12ebe
commit ef83e73a36
18 changed files with 31 additions and 26 deletions

View file

@ -183,7 +183,7 @@ class MapUpdate(models.Model):
logger.info('Rebuilding locator...')
from c3nav.routing.locator import Locator
locator = Locator.rebuild(new_updates[-1].to_tuple, router)
Locator.rebuild(new_updates[-1].to_tuple, router)
for new_update in reversed(new_updates):
new_update.processed = True