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
I think it will be good if we can extract these into their own method/function to increase the readability and decrease the amount of duplicate/repeating code in the file. This can simplify the code and reduce redundancy.
The text was updated successfully, but these errors were encountered:
I identified duplicate sections of code in the following functions:
https://github.com/unifyai/ivy/blob/2bfb19a2ca3b277e95cba987353aa349ef28015e/ivy/func_wrapper.py#L94
https://github.com/unifyai/ivy/blob/2bfb19a2ca3b277e95cba987353aa349ef28015e/ivy/func_wrapper.py#L137
I think it will be good if we can extract these into their own method/function to increase the readability and decrease the amount of duplicate/repeating code in the file. This can simplify the code and reduce redundancy.
The text was updated successfully, but these errors were encountered: