Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and tgrigsby-sc committed May 4, 2022
1 parent b51e372 commit e0fa3de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vectordatasource/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
from math import ceil
from numbers import Number
from sys import float_info
from tilequeue.process import _make_valid_if_necessary
from tilequeue.process import _visible_shape
from tilequeue.tile import calc_meters_per_pixel_area
from tilequeue.tile import normalize_geometry_type
from tilequeue.tile import tolerance_for_zoom
from tilequeue.transform import calculate_padded_bounds

import hanzidentifier
import kdtree
Expand All @@ -34,6 +28,12 @@
from shapely.strtree import STRtree
from sort import pois as sort_pois
from StreetNames import short_street_name
from tilequeue.process import _make_valid_if_necessary
from tilequeue.process import _visible_shape
from tilequeue.tile import calc_meters_per_pixel_area
from tilequeue.tile import normalize_geometry_type
from tilequeue.tile import tolerance_for_zoom
from tilequeue.transform import calculate_padded_bounds
from util import safe_int
from util import to_float
from zope.dottedname.resolve import resolve
Expand Down

0 comments on commit e0fa3de

Please sign in to comment.