File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pctiler/pctiler/endpoints Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments