mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-29 00:46:27 +02:00
Reformat tests with Black.
This commit is contained in:
parent
5406fc9cf2
commit
c69f1fdae8
3 changed files with 5 additions and 7 deletions
|
@ -3,9 +3,7 @@ Test coordinates computation.
|
|||
"""
|
||||
import numpy as np
|
||||
|
||||
from roentgen.flinger import (
|
||||
osm_zoom_level_to_pixels_per_meter, pseudo_mercator
|
||||
)
|
||||
from roentgen.flinger import osm_zoom_level_to_pixels_per_meter, pseudo_mercator
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue