Skip to content

Commit 77c9d82

Browse files
committed
Remove isort
1 parent 0303e8f commit 77c9d82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
run: ruff .
2424
- name: Check formatting with black
2525
run: black . --check --verbose
26-
- name: Check Python import sorting
27-
run: isort --check .
2826
- name: Run unit tests
2927
run: |
3028
pytest

0 commit comments

Comments
 (0)