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 Jul 12, 2024
1 parent 66d1961 commit ebcd050
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import re

import geopandas as gpd
import pandas as pd
import re

from ra2ce.analysis.damages.shape_to_integrate_object.to_Integrate_shaper_protocol import (
ToIntegrateShaperProtocol,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import re

import geopandas as gpd
import pandas as pd
import re

from ra2ce.analysis.damages.shape_to_integrate_object.to_Integrate_shaper_protocol import (
ToIntegrateShaperProtocol,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import geopandas as gpd
from typing import Any, Protocol, runtime_checkable

import geopandas as gpd

from ra2ce.analysis.analysis_config_data.enums.damage_curve_enum import DamageCurveEnum


Expand Down

0 comments on commit ebcd050

Please sign in to comment.