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
If you add an __init__.py into the errors subdirectory, it will became a proper module. Hence the relative imports (that are IMHO ugly) won't be necesarry.
https://github.com/calebdehaan/codeDuplicationParser/blob/9abbe0cc7be34234720762588f3fdf38264330f7/code_duplication/src/preprocessing/repo_cloner.py#L7
If you add an
__init__.pyinto theerrorssubdirectory, it will became a proper module. Hence the relative imports (that are IMHO ugly) won't be necesarry.