Uh oh!
There was an error while loading. Please reload this page.
Add __init__.py files in all the directories - #2503
Conversation
TravisBuddy
commented
Sep 28, 2020
Travis tests have failedHey @dhruvmanila, TravisBuddy Request Identifier: f7a588e0-017e-11eb-9be6-0d9634a5fbe7 |
dhruvmanila
commented
Sep 28, 2020
That was a disaster! Let me see what's going on in there. |
@cclauss Ok, I found the reason for all the errors. For example: This doesn't seem like a viable solution so I will take a further look into this. |
I don't think there's any other choice if we're adding the If we're importing a module from the current directory we should use either relative or absolute imports and not just
Remember that a |
dhruvmanila
commented
Sep 28, 2020
I fixed all the imports on my local copy and it fixes everything up. |
Yes. please. Just the changes required to get Travis CI to be ✅ again. |
AayushDadhich
commented
Oct 1, 2020
Typo in data structures directory folder is named as trie instead of tree |
Fixes: #2502
Please check if there's any directory where it's not needed.
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.