Skip to content

Commit 12cf4f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8a48933 commit 12cf4f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/retrieve.smk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ if config["enable"]["retrieve"]:
302302

303303
rule retrieve_local_authorities_uk:
304304
output:
305-
"data/Local_Authority_Districts_May_2024_Boundaries__UK_BSC.geojson"
305+
"data/Local_Authority_Districts_May_2024_Boundaries__UK_BSC.geojson",
306306
run:
307307
import requests
308308

@@ -317,6 +317,7 @@ if config["enable"]["retrieve"]:
317317
f.write(response.content)
318318

319319

320+
320321
if config["enable"]["retrieve"]:
321322

322323
rule retrieve_ship_raster:

0 commit comments

Comments
 (0)