Skip to content

Commit 9e04f7c

Browse files
committed
equipment_catalogue: PEP8
1 parent c206c18 commit 9e04f7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/scripts/healthsystem/equipment/equipment_catalogue.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import argparse
2-
import pandas as pd
32
from pathlib import Path
3+
4+
import pandas as pd
5+
46
from tlo.analysis.utils import extract_results
5-
from functools import reduce
67

78

89
def get_annual_equipment_declarations_by_levels(results_folder: Path) -> pd.DataFrame:

0 commit comments

Comments
 (0)