Add @type_check_only to stub-only private classes in various third-party stubs (#15535)

This commit is contained in:
Semyon Moroz
2026-03-21 18:02:17 -04:00
committed by GitHub
parent 222da0600f
commit 282b1a838a
15 changed files with 56 additions and 18 deletions
@@ -3,8 +3,9 @@
# Anything not referenced in the PyInstaller stubs doesn't need to be added here.
from types import CodeType
from typing import Protocol
from typing import Protocol, type_check_only
@type_check_only
class _SupportsGraphident(Protocol):
graphident: str