| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/iVerb/pythonVSCode/master/pythonFiles/sortImports.py | [Back] [Original] |
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. 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 |