summaryrefslogtreecommitdiff
path: root/pylint/utils/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/utils/utils.py')
-rw-r--r--pylint/utils/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/utils/utils.py b/pylint/utils/utils.py
index 90a082daf..d7222b42f 100644
--- a/pylint/utils/utils.py
+++ b/pylint/utils/utils.py
@@ -49,7 +49,6 @@ DEFAULT_LINE_LENGTH = 79
# These are types used to overload get_global_option() and refer to the options type
GLOBAL_OPTION_BOOL = Literal[
- "ignore-mixin-members",
"suggestion-mode",
"analyse-fallback-blocks",
"allow-global-unused-variables",