mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-04 20:01:53 +02:00
Fix code style.
This commit is contained in:
parent
2bd89a6539
commit
94f0897084
5 changed files with 15 additions and 8 deletions
|
@ -4,11 +4,11 @@ Test OSM XML parsing.
|
|||
import numpy as np
|
||||
|
||||
from map_machine.osm_reader import (
|
||||
OSMData,
|
||||
OSMNode,
|
||||
OSMReader,
|
||||
OSMRelation,
|
||||
OSMWay,
|
||||
OSMData,
|
||||
)
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue