Skip to content

Commit 7eab044

Browse files
committed
more formating
1 parent 8b460eb commit 7eab044

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pctiler/pctiler/endpoints/item.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,10 @@ def tile_compat( # type: ignore
240240
scale: Annotated[
241241
int,
242242
Field(
243-
gt=0, le=4, description="Tile size scale. 1=256x256, 2=512x512..."
244-
), # noqa: F722
243+
gt=0,
244+
le=4,
245+
description="Tile size scale. 1=256x256, 2=512x512...", # noqa: F722,E501
246+
),
245247
] = 1,
246248
format: Annotated[
247249
Optional[ImageType],
@@ -298,7 +300,7 @@ def tilejson_compat( # type: ignore
298300
tile_format: Annotated[
299301
Optional[ImageType],
300302
Query(
301-
description="Default will be automatically defined if the output image needs a mask (png) or not (jpeg).", # noqa: F722,E501
303+
description="Default will be automatically defined if the output image needs a mask (png) or not (jpeg)." # noqa: F722,E501
302304
),
303305
] = None,
304306
tile_scale: Annotated[

0 commit comments

Comments
 (0)