Skip to content

Commit d2b116f

Browse files
author
Ming
committed
fix isort config
1 parent 6145d5d commit d2b116f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.isort.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ line_length = 88
1212
multi_line_output = 3
1313
not_skip = __init__.py
1414
skip = .tox
15+
default_section = THIRDPARTY

tests/test_cas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
import sys
55

6+
import cas
67
import pytest
78
from pytest import fixture
89

9-
import cas
10-
1110

1211
#general tests, apply to all protocols
1312
#

0 commit comments

Comments
 (0)