Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-04-25 03:21:32 +03:00
parent b776db6bd2
commit e6e54cb044
10 changed files with 28 additions and 29 deletions

View file

@ -3,7 +3,7 @@ OSM address tag processing.
Author: Sergey Vartanov (me@enzet.ru).
"""
from typing import List, Any, Dict
from typing import Any, Dict, List
def get_address(tags: Dict[str, Any], draw_captions_mode: str) -> List[str]: