some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-python / pythonFiles / printEnvVariables.py
diff --git a/.config/coc/extensions/node_modules/coc-python/pythonFiles/printEnvVariables.py b/.config/coc/extensions/node_modules/coc-python/pythonFiles/printEnvVariables.py
deleted file mode 100644 (file)
index 353149f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright (c) Microsoft Corporation. All rights reserved.
-# Licensed under the MIT License.
-
-import os
-import json
-
-print(json.dumps(dict(os.environ)))