Skip to content

Commit 43106aa

Browse files
committed
formatting
1 parent 58130b4 commit 43106aa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/vivarium_profiling/tools/run_profile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import ast
66
import cProfile
77
import sys
8+
89
from vivarium.framework.engine import SimulationContext
910

1011

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from pathlib import Path
3-
from unittest.mock import patch
43
from typing import List
4+
from unittest.mock import patch
55

66
import pytest
77
import yaml

tests/test_run_profile.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
from pathlib import Path
2-
from unittest.mock import patch, MagicMock
2+
from unittest.mock import MagicMock, patch
33

44
import pytest
55

6-
from vivarium_profiling.tools.run_profile import run_profile_scalene, run_profile_cprofile
6+
from vivarium_profiling.tools.run_profile import (
7+
run_profile_cprofile,
8+
run_profile_scalene,
9+
)
710

811

912
@pytest.fixture

0 commit comments

Comments
 (0)