Closed
Description
Expected behaviour
be detected by linter
Actual behaviour
not detected by linter
Steps to reproduce
- install opencv-python
- use vscode >extension microsoft python linter
- try to use cv2 methods
-
RED SQUIGGLY LINES
I blame:
\cv2\__init__.py:
import importlib
from .cv2 import *
from .data import *# wildcard import above does not import "private" variables like __version__
# this makes them available
globals().update(importlib.import_module('cv2.cv2').__dict__)
Metadata
Metadata
Assignees
Labels
No labels