Skip to content

Commit

Permalink
Merge pull request #839 from mlcommons/lint_fix
Browse files Browse the repository at this point in the history
isort fixes
  • Loading branch information
priyakasimbeg authored Feb 10, 2025
2 parents 738658c + 5be969b commit cabcc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install isort
run: |
python -m pip install --upgrade pip
pip install isort
pip install isort==5.12.0
- name: Run isort
run: |
isort . --check --diff
Expand Down

0 comments on commit cabcc59

Please sign in to comment.