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
As defined in https://www.flake8rules.com/rules/W503.html, this rule
goes against the PEP8 recommendation and conflicts with W504.
In the code, the rule results in a false-positive in
patterns/behavioral/specification.py.
0 commit comments