future-feature-not-defined (F407)
派生自 Pyflakes 代码检查器。
作用
检查当前 Python 版本中未定义的 __future__
导入。
为什么这不好?
从 __future__
模块导入未定义或不受支持的成员会导致 SyntaxError
。
派生自 Pyflakes 代码检查器。
检查当前 Python 版本中未定义的 __future__
导入。
从 __future__
模块导入未定义或不受支持的成员会导致 SyntaxError
。