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
(Fix Tests): Change method from shutil.remove to shutil.rmtree
- remove was not a member of shutil and tests were failing because of
it. To fix it, shutil.rmtree is used.
Signed-off-by: Akash Srivastava <[email protected]>
0 commit comments