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
Worth noting maybe that the syntax used in the first two lines has been deprecated in Python 3.13:
Deprecated since version 3.13, will be removed in version 3.15: The undocumented keyword argument syntax for creating NamedTuple classes (NT = NamedTuple("NT", x=int)) is deprecated, and will be disallowed in 3.15. Use the class-based syntax or the functional syntax instead.
ruff 0.1.6, Python 3.11
Those namedtuples should all be functionally equivalent. Why is F821 flagged on the first one?
The text was updated successfully, but these errors were encountered: