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
PEP 484 specifies that they be hinted as the type of a single element,
as seen from the caller's perspective.
Closespylint-dev#289.
Co-authored-by: Christopher Wilcox <[email protected]>
Originally reported by: Anonymous
As seen on the previous issue tracker here: http://www.logilab.org/92253.
The issue has bitten me a few times now. As mentioned in the old issue/ticket, something like:
I believe this is a worthy thing to warn about because there is already more explicit syntax in Python for tuple initialization with parentheses.
The text was updated successfully, but these errors were encountered: