python parallel imports not working in vs code code example
Example: vscode flake8 import other dir
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('')"
]
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('')"
]