Skip to content

Commit

Permalink
Ruff --unsafe-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Jul 29, 2024
1 parent 2e92bca commit 2ed795d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"\n",
"def split_lines_at_intersections(gdf_object):\n",
" split_lines = []\n",
" attributes = gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
" gdf_object.drop(columns=[\"geometry\"]) # Preserve non-geometry attributes\n",
"\n",
" for idx, row in gdf_object.iterrows():\n",
" was_split = False\n",
Expand Down

0 comments on commit 2ed795d

Please sign in to comment.