Skip to content

Commit

Permalink
ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran-Fishwick-TfN committed Oct 29, 2024
1 parent 6e2dc71 commit f847b31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/caf/distribute/gravity_model/multi_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ class MultiCostDistribution:

distributions: list[MGMCostDistribution]


@classmethod
def from_pandas(
cls,
Expand Down Expand Up @@ -412,7 +411,7 @@ def from_pandas(
if zones in `cat_zone_correspondence` are not present in `ordered_zones`
"""
# pylint: disable=too-many-arguments, too-many-locals

# get a list of zones that use this category of TLD
cat_zones = cat_zone_correspondence.loc[
cat_zone_correspondence[lookup_cat_col] == category, lookup_zone_col
Expand Down

0 comments on commit f847b31

Please sign in to comment.