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
For this project we're following the pattern of returning and storing tuples (to avoid mutating things unexpectedly). Change the return to a tuple instead of a list and add corresponding type hints.
The text was updated successfully, but these errors were encountered:
epad/systems/lindivs.py
Line 152 in 1d24289
For this project we're following the pattern of returning and storing tuples (to avoid mutating things unexpectedly). Change the return to a tuple instead of a list and add corresponding type hints.
The text was updated successfully, but these errors were encountered: