Skip to content

Commit

Permalink
chore: autoformat isort & black
Browse files Browse the repository at this point in the history
  • Loading branch information
sahand-asgarpour authored and github-actions[bot] committed Aug 9, 2024
1 parent 1a812db commit 1d7f927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ra2ce/network/network_wrappers/network_wrapper_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
import logging
import math
from typing import Protocol, runtime_checkable, Union, Optional
from typing import Optional, Protocol, Union, runtime_checkable

from geopandas import GeoDataFrame
from networkx import MultiGraph
Expand Down
3 changes: 2 additions & 1 deletion ra2ce/network/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
from geopy import distance
from shapely.geometry import LineString, MultiLineString, Point

from ra2ce.network.networks_utils import cut as network_cut, line_length
from ra2ce.network.networks_utils import cut as network_cut
from ra2ce.network.networks_utils import line_length


class Segmentation: # Todo: more naturally, this would be METHOD of the network class.
Expand Down

0 comments on commit 1d7f927

Please sign in to comment.