Skip to content

Commit a933823

Browse files
committed
lint
1 parent 8555a9c commit a933823

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/vivarium_testing_utils/automated_validation/data_loader.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import pandas as pd
2-
from layered_config_tree import LayeredConfigTree, ConfigurationKeyError
31
from pathlib import Path
42

3+
import pandas as pd
4+
from layered_config_tree import ConfigurationKeyError, LayeredConfigTree
5+
56

67
class DataLoader:
78
def __init__(self, results_dir: str, cache_size_mb: int = 1000):

0 commit comments

Comments
 (0)