Skip to content

Commit d5f1de6

Browse files
committed
isort error sorted
1 parent c8f70ca commit d5f1de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_healthsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import heapq as hp
22
import os
3+
import re
34
from pathlib import Path
45
from typing import Set, Tuple
56

67
import numpy as np
78
import pandas as pd
89
import pytest
9-
import re
1010

1111
from tlo import Date, Module, Simulation, logging
1212
from tlo.analysis.hsi_events import get_details_of_defined_hsi_events

0 commit comments

Comments
 (0)