Fix code style.

This commit is contained in:
Sergey Vartanov 2021-09-08 04:19:41 +03:00
parent 2bd89a6539
commit 94f0897084
5 changed files with 15 additions and 8 deletions

View file

@ -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"