Apply typing convention (#3504)
Apply typing convention throughout the codebase: - typing uses short class notation using `from github.FILE import CLASS` notation guarded behind `if TYPE_CHECKING` - runtime uses long class notation using `import github.FILE` notation Co-Authored-By: Claude <noreply@anthropic.com>
E
Enrico Minack committed
8d606e7161bfb6a187befaec4170c7011ff882c2
Parent: 9674c57
Committed by GitHub <noreply@github.com>
on 6/8/2026, 12:33:29 PM