mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-23 11:27:49 +02:00
Fix code style.
This commit is contained in:
parent
b02b7cc4ab
commit
e5671fcf8f
12 changed files with 52 additions and 27 deletions
|
@ -3,6 +3,9 @@ import subprocess
|
|||
from pathlib import Path
|
||||
from typing import List
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
||||
|
||||
def rasterize(from_: Path, to_: Path, area: str = "", dpi: float = 90) -> None:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue