[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/sergeant-wizard/vscode-python/master/pythonFiles/sortImports.py [Back]  [Original]

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import io
import os
import os.path
import sys

isort_path = os.path.join(os.path.dirname(__file__), "lib", "python")
sys.path.insert(0, isort_path)

import isort.main

isort.main.main()

Web Proxy Viewer  |  New URL  |  Original Page