We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c206c18 commit 9e04f7cCopy full SHA for 9e04f7c
src/scripts/healthsystem/equipment/equipment_catalogue.py
@@ -1,8 +1,9 @@
1
import argparse
2
-import pandas as pd
3
from pathlib import Path
+
4
+import pandas as pd
5
6
from tlo.analysis.utils import extract_results
-from functools import reduce
7
8
9
def get_annual_equipment_declarations_by_levels(results_folder: Path) -> pd.DataFrame:
0 commit comments