Skip to content

Commit

Permalink
Fix "isort --check ."
Browse files Browse the repository at this point in the history
Fix "isort --check ."

Signed-off-by: EglantineGiraud <[email protected]>
  • Loading branch information
EglantineGiraud committed Sep 24, 2023
1 parent 148b93a commit 00d99ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/models/test_real_estate_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from physrisk.hazard_models.core_hazards import get_default_source_paths
from physrisk.kernel.assets import RealEstateAsset
from physrisk.kernel.hazards import CoastalInundation, RiverineInundation
from physrisk.kernel.impact import calculate_impacts, ImpactKey

from physrisk.kernel.impact import ImpactKey, calculate_impacts
from physrisk.vulnerability_models.real_estate_models import (
RealEstateCoastalInundationModel,
RealEstateRiverineInundationModel,
Expand Down

0 comments on commit 00d99ce

Please sign in to comment.