Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-08-16 05:35:30 +03:00
parent 8fe2f15663
commit bc08d90587
11 changed files with 36 additions and 33 deletions

View file

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