diff options
Diffstat (limited to 'pylint/checkers/utils.py')
-rw-r--r-- | pylint/checkers/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/utils.py b/pylint/checkers/utils.py index b4129389f..dbbba49b0 100644 --- a/pylint/checkers/utils.py +++ b/pylint/checkers/utils.py @@ -149,6 +149,7 @@ _SPECIAL_METHODS_PARAMS = { "__mul__", "__truediv__", "__floordiv__", + "__rfloordiv__", "__mod__", "__divmod__", "__lshift__", |