summaryrefslogtreecommitdiff
path: root/pylint/config/environment_variable.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/config/environment_variable.py')
-rw-r--r--pylint/config/environment_variable.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/pylint/config/environment_variable.py b/pylint/config/environment_variable.py
deleted file mode 100644
index 291b1651c..000000000
--- a/pylint/config/environment_variable.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
-# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
-
-import warnings
-
-from pylint.config.find_default_config_files import find_pylintrc
-
-with warnings.catch_warnings():
- warnings.simplefilter("ignore")
- PYLINTRC = find_pylintrc()