isort
This commit is contained in:
parent
6bad1f9cc3
commit
1596e9a130
2 changed files with 2 additions and 2 deletions
2
src/c3nav/mapdata/utils/cache/changes.py
vendored
2
src/c3nav/mapdata/utils/cache/changes.py
vendored
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
|
||||
from django.db.models.signals import post_delete, m2m_changed
|
||||
from django.db.models.signals import m2m_changed, post_delete
|
||||
from shapely.ops import unary_union
|
||||
|
||||
from c3nav.mapdata.utils.cache.maphistory import MapHistory
|
||||
|
|
2
src/c3nav/mapdata/utils/cache/indexed.py
vendored
2
src/c3nav/mapdata/utils/cache/indexed.py
vendored
|
@ -2,8 +2,8 @@ import math
|
|||
import struct
|
||||
|
||||
import numpy as np
|
||||
from PIL import Image
|
||||
from django.conf import settings
|
||||
from PIL import Image
|
||||
from shapely import prepared
|
||||
from shapely.geometry import box
|
||||
from shapely.geometry.base import BaseGeometry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue