Enable more PYI autofixes (#13315)

This commit is contained in:
Avasam
2024-12-27 00:15:18 -05:00
committed by GitHub
parent 7178fa3356
commit 773b493b2b
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# Since this module defines "Self" it is not recognized by Ruff as typing_extensions.Self
# ruff: noqa: PYI034
import abc
import sys
import typing