Skip to content

Commit 70665c9

Browse files
authored
fix imports (#1703)
1 parent 3287e81 commit 70665c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/healthsystem/effects_of_each_treatment_multi_scenario/analysis_comparison_of_impact_in_different_scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
import numpy as np
77
import pandas as pd
88
from matplotlib import pyplot as plt
9-
109
from src.scripts.healthsystem.finding_effects_of_each_treatment.analysis_effect_of_each_treatment import (
1110
apply,
1211
)
12+
1313
from tlo.analysis.utils import get_color_short_treatment_id
1414

1515
outputs = Path("./outputs/[email protected]/")

0 commit comments

Comments
 (0)