You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no message as graph_type, being a property, should not require parenthesis!
Pylint version
as reported by poetry:
name : pylint
version : 2.17.5
description : python code static checker
### OS / Environment
Darwin c889f3bb632b.ant.amazon.com 22.6.0 Darwin Kernel Version 22.6.0: Fri Sep 15 13:41:28 PDT 2023; root:xnu-8796.141.3.700.8~1/RELEASE_ARM64_T6000 arm64
### Additional dependencies
_No response_
The text was updated successfully, but these errors were encountered:
Bug description
The line in question is:
if cls.graph_type == TableGraphType.NODE:
Pylint output
Expected behavior
no message as
graph_type
, being a property, should not require parenthesis!Pylint version
Darwin c889f3bb632b.ant.amazon.com 22.6.0 Darwin Kernel Version 22.6.0: Fri Sep 15 13:41:28 PDT 2023; root:xnu-8796.141.3.700.8~1/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: