We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f1dee commit 93a9e8bCopy full SHA for 93a9e8b
test/unit/test_dcv_authenticator.py
@@ -15,7 +15,6 @@
15
from datetime import datetime
16
17
import pytest
18
-
19
from assertpy import assert_that
20
from pcluster_dcv_authenticator import (
21
DCVAuthenticator,
tox.ini
@@ -52,10 +52,10 @@ commands =
52
basepython = python3
53
skip_install = true
54
deps =
55
- isort==4.3.21
+ isort
56
seed-isort-config
57
commands =
58
- isort -rc -w 120 \
+ isort -w 120 \
59
{[vars]code_dirs} \
60
{posargs}
61
0 commit comments