Skip to content

Commit 2788a55

Browse files
committed
Respond to code review
1 parent e961d91 commit 2788a55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openshift/dynamic/discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
ResourceGroup,
1717
)
1818
from kubernetes.dynamic.exceptions import (
19+
ApiException,
1920
ResourceNotFoundError,
2021
ResourceNotUniqueError,
21-
ApiException,
2222
ServiceUnavailableError,
2323
)
2424

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py{27,39}-{lint}
4-
py{27,39}-openshift-unit
3+
py39-lint
4+
py39-openshift-unit
55

66
[testenv]
77
usedevelop = True

0 commit comments

Comments
 (0)