Skip to content

Commit

Permalink
Revert isort update (#253)
Browse files Browse the repository at this point in the history
Revert isort update

Revert changes caused by isort version update
- *Category*: Format
- *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-XYZ

### Changes and notes
<!-- 
Change description – why, what, anything unexplained by the above.
Include guidance to reviewers if changes are complex.
--> 

### Testing
<!--
Details on how code was verified, any unit tests local for the
repo, regression testing, etc. At a minimum, this should include an
integration test for a framework change. Consider: plots, images,
(small) csv file.
-->
  • Loading branch information
albrja authored Feb 4, 2025
1 parent 6744174 commit 0068676
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**2.1.3 - 02/03/25**

- Revert change caused by isort version

**2.1.2 - 01/31/25**

- Linting
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup_requires = ["setuptools_scm"]

lint_requirements = ["black==22.3.0", "isort"]
lint_requirements = ["black==22.3.0", "isort==5.13.2"]

test_requirements = [
"pytest",
Expand Down
4 changes: 1 addition & 3 deletions src/vivarium_cluster_tools/psimulate/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
redis_dbs,
)
from vivarium_cluster_tools.psimulate import results as psim_results
from vivarium_cluster_tools.psimulate import (
worker,
)
from vivarium_cluster_tools.psimulate import worker
from vivarium_cluster_tools.psimulate.paths import OutputPaths
from vivarium_cluster_tools.psimulate.performance_logger import (
append_perf_data_to_central_logs,
Expand Down

0 comments on commit 0068676

Please sign in to comment.