mypy.ini -> remove stubs exclusion attempt

This commit is contained in:
jdegenstein 2025-01-23 10:09:56 -06:00 committed by GitHub
parent 22611e1554
commit 1740f388a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,6 @@ ignore_missing_imports = True
[mypy-OCP.*]
ignore_missing_imports = True
[mypy-ocp-stubs.*]
ignore_missing_imports = True
[mypy-ocpsvg.*]
ignore_missing_imports = True