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
currently the code breaks on early python versions due to the use of the walrus operator :=. A pass through the code is necessary to eliminate such unnecessary limitations on compatability.
The text was updated successfully, but these errors were encountered:
currently the code breaks on early python versions due to the use of the walrus operator
:=
. A pass through the code is necessary to eliminate such unnecessary limitations on compatability.The text was updated successfully, but these errors were encountered: