Skip to content

Commit c20fdb2

Browse files
macflo8khaeru
authored andcommitted
Remove unused context from materials reporting
1 parent e18d32f commit c20fdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_ix_models/model/material/report/reporting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def convert_mass_to_energy(df):
184184
)
185185

186186

187-
def report(context, scenario, print_to_excel=False): # noqa: C901
187+
def report(scenario, print_to_excel=False): # noqa: C901
188188
# Obtain scenario information and directory
189189

190190
s_info = ScenarioInfo(scenario)

0 commit comments

Comments
 (0)