CarlosOliveira1988 / Investment_Portfolio_Analysis

This repository is useful to perform some financial analysis in Investment Portfolio
4 stars 0 forks source link

"Unable to import 'window'pylint(import-error)" when importing project modules. #47

Closed cezaroliveira closed 3 years ago

cezaroliveira commented 3 years ago

Describe the bug

Pylint is showing "Unable to import 'window'pylint(import-error)" when importing project modules.

To Reproduce

Steps to reproduce the behavior:

  1. On VSCode, open a Python file that has a import to a module of project itself.
  2. Put the mouse over the import highlighted.
  3. See error.

Expected behavior

This error must not occurs because the program is running without problems.

Screenshots

image

Desktop (please complete the following information):

Additional context

N/A.