make linter happy
This commit is contained in:
parent
30b0c12ebe
commit
ef83e73a36
18 changed files with 31 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue