Skip to content

Commit 0591f5b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2cbd73a commit 0591f5b

35 files changed

Lines changed: 53 additions & 10 deletions

docs/examples/arcgis.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@
4040
"outputs": [],
4141
"source": [
4242
"import os\n",
43+
"\n",
4344
"import arcpy\n",
4445
"import leafmap\n",
46+
"\n",
4547
"from samgeo import SamGeo\n",
4648
"\n",
4749
"%matplotlib inline"

docs/examples/automatic_mask_generator.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"outputs": [],
4242
"source": [
4343
"import leafmap\n",
44+
"\n",
4445
"from samgeo import SamGeo\n",
4546
"from samgeo.common import overlay_images, tms_to_geotiff"
4647
]

docs/examples/automatic_mask_generator_hq.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
"outputs": [],
3838
"source": [
3939
"import leafmap\n",
40-
"from samgeo.hq_sam import SamGeo\n",
41-
"from samgeo.common import overlay_images, tms_to_geotiff"
40+
"\n",
41+
"from samgeo.common import overlay_images, tms_to_geotiff\n",
42+
"from samgeo.hq_sam import SamGeo"
4243
]
4344
},
4445
{

docs/examples/box_prompts.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
"outputs": [],
4040
"source": [
4141
"import leafmap\n",
42-
"from samgeo.common import tms_to_geotiff\n",
43-
"from samgeo import SamGeo"
42+
"\n",
43+
"from samgeo import SamGeo\n",
44+
"from samgeo.common import tms_to_geotiff"
4445
]
4546
},
4647
{

docs/examples/detectree2.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"outputs": [],
6161
"source": [
6262
"import leafmap\n",
63+
"\n",
6364
"from samgeo.detectree2 import (\n",
6465
" TreeCrownDelineator,\n",
6566
" list_pretrained_models,\n",

docs/examples/fast_sam.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"outputs": [],
4040
"source": [
4141
"import leafmap\n",
42+
"\n",
4243
"from samgeo.common import tms_to_geotiff"
4344
]
4445
},

docs/examples/input_prompts.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"outputs": [],
4242
"source": [
4343
"import leafmap\n",
44+
"\n",
4445
"from samgeo import SamGeo\n",
4546
"from samgeo.common import tms_to_geotiff"
4647
]

docs/examples/input_prompts_hq.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
"outputs": [],
4040
"source": [
4141
"import leafmap\n",
42-
"from samgeo.hq_sam import SamGeo\n",
43-
"from samgeo.common import tms_to_geotiff"
42+
"\n",
43+
"from samgeo.common import tms_to_geotiff\n",
44+
"from samgeo.hq_sam import SamGeo"
4445
]
4546
},
4647
{

docs/examples/maxar_open_data.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
"outputs": [],
4343
"source": [
4444
"import leafmap\n",
45+
"\n",
4546
"from samgeo import SamGeo\n",
46-
"from samgeo.common import raster_to_vector, overlay_images"
47+
"from samgeo.common import overlay_images, raster_to_vector"
4748
]
4849
},
4950
{

docs/examples/sam2_automatic.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"outputs": [],
4040
"source": [
4141
"import leafmap\n",
42+
"\n",
4243
"from samgeo import SamGeo2"
4344
]
4445
},

0 commit comments

Comments
 (0)