mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
Optimize imports.
This commit is contained in:
parent
b776db6bd2
commit
e6e54cb044
10 changed files with 28 additions and 29 deletions
|
@ -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]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue