Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jun 22, 2023
1 parent 2b153ee commit ed9937f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion premise/data_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,9 @@ def __init__(
},
)

self.land_use = self.__get_iam_production_volumes(data=data, input_vars=land_use_vars)
self.land_use = self.__get_iam_production_volumes(
data=data, input_vars=land_use_vars
)
self.land_use_change = self.__get_iam_production_volumes(
data=data, input_vars=land_use_change_vars
)
Expand Down

0 comments on commit ed9937f

Please sign in to comment.