Skip to content

Commit 4d088f2

Browse files
committed
fixed isort
1 parent a38046c commit 4d088f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: pip install isort
2222
- name: Check imports order
23-
run: isort -c --color .
23+
run: isort -c .
2424

2525
black:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)