Skip to content

Commit f723202

Browse files
committed
style: fix import ordering for isort compliance in PlatformLibrary
1 parent b9fa72e commit f723202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/integration_library_builtIn/PlatformLibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import ssl
1516
import time
1617
from typing import List
1718

1819
import kubernetes
1920
import urllib3
20-
import ssl
2121
import yaml
2222
from deprecated import deprecated
2323
from kubernetes import client, config

0 commit comments

Comments
 (0)