massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-python / pythonFiles / sortImports.py
diff --git a/.config/coc/extensions/node_modules/coc-python/pythonFiles/sortImports.py b/.config/coc/extensions/node_modules/coc-python/pythonFiles/sortImports.py
deleted file mode 100644 (file)
index 68f1126..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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()