-
-
Notifications
You must be signed in to change notification settings - Fork 45.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add __init__.py files in all the directories #2503
Conversation
Travis tests have failedHey @dhruvmanila, TravisBuddy Request Identifier: f7a588e0-017e-11eb-9be6-0d9634a5fbe7 |
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 |
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. |
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}
.