Skip to content

Commit 93a9e8b

Browse files
Tim Lanedemartinofra
authored andcommitted
Unpin isort version and make needed changes
Signed-off-by: Tim Lane <[email protected]>
1 parent b2f1dee commit 93a9e8b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/unit/test_dcv_authenticator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from datetime import datetime
1616

1717
import pytest
18-
1918
from assertpy import assert_that
2019
from pcluster_dcv_authenticator import (
2120
DCVAuthenticator,

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ commands =
5252
basepython = python3
5353
skip_install = true
5454
deps =
55-
isort==4.3.21
55+
isort
5656
seed-isort-config
5757
commands =
58-
isort -rc -w 120 \
58+
isort -w 120 \
5959
{[vars]code_dirs} \
6060
{posargs}
6161

0 commit comments

Comments
 (0)