Skip to content

Commit b7e3f56

Browse files
committed
Isort single line imports.
1 parent 24d6e24 commit b7e3f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717
script:
1818
- codecov --version
1919
- tox
20-
- isort --check src tests
20+
- isort -sl --check src tests
2121
- black --check src tests
2222
after_success:
2323
- codecov

0 commit comments

Comments
 (0)