Closed as not planned
Description
Consider the snippet below - it shows typing errors, though works fine on runtime.
Related file - https://github.com/python/typeshed/blob/main/stubs/openpyxl/openpyxl/__init__.pyi
import openpyxl
# "cell" is not a known attribute of module "openpyxl"
print(openpyxl.cell)
# "utils" is not a known attribute of module "openpyxl"
print(openpyxl.utils)
Metadata
Metadata
Assignees
Labels
No labels