We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6145d5d commit d2b116fCopy full SHA for d2b116f
.isort.cfg
setup.cfg
@@ -12,3 +12,4 @@ line_length = 88
12
multi_line_output = 3
13
not_skip = __init__.py
14
skip = .tox
15
+default_section = THIRDPARTY
tests/test_cas.py
@@ -3,11 +3,10 @@
3
4
import sys
5
6
+import cas
7
import pytest
8
from pytest import fixture
9
-import cas
10
-
11
#general tests, apply to all protocols
#
0 commit comments