mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-05 12:21:54 +02:00
Optimize imports.
This commit is contained in:
parent
8fe2f15663
commit
bc08d90587
11 changed files with 36 additions and 33 deletions
|
@ -1,12 +1,12 @@
|
|||
"""
|
||||
Getting OpenStreetMap data from the web.
|
||||
"""
|
||||
import logging
|
||||
import time
|
||||
import urllib
|
||||
from pathlib import Path
|
||||
from typing import Dict, Optional
|
||||
|
||||
import logging
|
||||
import urllib3
|
||||
|
||||
from roentgen.ui import BoundaryBox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue