Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-07-11 02:51:15 +03:00
parent 5b22f7f78e
commit 9613ec2cd4
10 changed files with 12 additions and 14 deletions

View file

@ -2,6 +2,7 @@
Test OSM XML parsing.
"""
import numpy as np
from roentgen.osm_reader import OSMNode, OSMReader, OSMRelation, OSMWay
__author__ = "Sergey Vartanov"